Age | Commit message (Expand) | Author |
2005-04-04 | unbreak; ok pval@ | Damien Miller |
2005-04-03 | if dhcp is used to get an address on any interface, ignore /etc/mygate | Theo de Raadt |
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride |
2004-12-30 | Add a copy of stripcom so /etc/netstart can be run standalone again. | Todd C. Miller |
2004-12-19 | Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@ | Todd C. Miller |
2004-12-04 | remove "route $hostname 127.0.0.1" line. deraadt ok | Jun-ichiro itojun Hagino |
2004-10-20 | make all route commands use -qn; ok mcbride henning | Theo de Raadt |
2004-05-29 | one last route command lacking -qn | Theo de Raadt |
2004-03-22 | Make sure pfsync is brought up before carp. | Ryan Thomas McBride |
2004-03-13 | Delay pfsync(4) configuration, as the syncif has to be configured in | Ryan Thomas McBride |
2004-01-14 | ok, it took quite a bit of prodding but itojun finally explained why the | Theo de Raadt |
2004-01-13 | repair v6 lo0 documentation | Theo de Raadt |
2004-01-11 | add loopback routes late | Theo de Raadt |
2004-01-09 | create all routes with -q; markus ok | Theo de Raadt |
2003-12-04 | Need to do "ifconfig create" for bridge interfaces too. | Todd C. Miller |
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl |
2003-10-20 | delay carp initialization until after physical interfaces are configured | David Krause |
2003-08-27 | only try to set hostname to what /etc/myname says if that file actually exists, | Henning Brauer |
2003-02-16 | Fix up some DNS verbiage to make it consistant. | Kenneth R Westerback |
2002-05-16 | ignore non-existent cases where '$if' evaluates to '*'. | Todd T. Fries |
2002-02-23 | re-add support for $if expansion; hamajima@nagoya.ydc.co.jp | Theo de Raadt |
2002-02-21 | Change the network components initialization order. | Miod Vallat |
2001-07-31 | a space before a redirect | Hugh Graham |
2001-07-06 | Also, source /etc/rc.conf so we can pull in the | Angelos D. Keromytis |
2001-07-06 | Use "route -n show -inet" to determine the default multicast iface. | Angelos D. Keromytis |
2001-07-03 | pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comme... | Theo de Raadt |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt |
2001-03-13 | spelling; maurice@maurice.wan.nl | Theo de Raadt |
2001-02-06 | ignore blank lines in addition to comments | Todd T. Fries |
2001-01-10 | support !command in bridgename.if files, too | Jason Wright |
2000-11-27 | Use -n to test if a variable is non-zero. Otherwise, if the variable's | Todd C. Miller |
2000-11-08 | This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the | Todd T. Fries |
2000-09-02 | subtle bug .. global variables in a while loop need reset 'just incase' | Todd T. Fries |
2000-06-18 | rc.conf now parses ${local_rcconf} internally; closes pr 1259 | Todd T. Fries |
2000-05-08 | fix dhcp 'NONE' ness from install to allow media parsing to work | Todd T. Fries |
2000-04-21 | rc.conf.local support, inspired by chuck yerkes | Theo de Raadt |
2000-04-04 | Remove the -E flag from ipf as it is implicitly enabled and using | Todd C. Miller |
2000-03-18 | silence all extra route addition printouts | Theo de Raadt |
2000-03-17 | correct reject route installations for IPv6. improve comments. | Jun-ichiro itojun Hagino |
2000-03-12 | disallow packets to malicious 6to4 prefix, based on | Jun-ichiro itojun Hagino |
2000-03-10 | fix non behavior | Todd T. Fries |
2000-01-10 | allow arbitrary commands in /etc/hostname.* files if the line starts with '!' | Todd T. Fries |
2000-01-02 | rtsol case can configure the interface up, since it would be nice to finish | Theo de Raadt |
2000-01-02 | one more indentation fix. | Jun-ichiro itojun Hagino |
2000-01-02 | indentation fix (todd's part) | Jun-ichiro itojun Hagino |
2000-01-02 | fix rtsold case, reset cmd for each iteration! | Todd T. Fries |
2000-01-02 | allow options after "rtsol". | Jun-ichiro itojun Hagino |
2000-01-02 | echo "IPv6 autoconf: interfaces" before invoking rtsol. | Jun-ichiro itojun Hagino |
2000-01-02 | ipv6 autoconf on hosts (non-routers). | Jun-ichiro itojun Hagino |
2000-01-02 | add to hostname.* parsing: | Todd T. Fries |