Age | Commit message (Expand) | Author |
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 |
1999-12-31 | install IPv6 reject routes only if kernel is capable of IPv6. | Jun-ichiro itojun Hagino |
1999-12-09 | avoid transmitting invalid IPv6 packets out to the wire. | Jun-ichiro itojun Hagino |
1999-12-09 | do not perform IPv6 initialization for loopback interface. | Jun-ichiro itojun Hagino |
1999-09-01 | support # characters in bridgename.* files; millert | Theo de Raadt |
1999-09-01 | cleanup parsing of hostname.* files, and seperate bridge control into | Theo de Raadt |
1999-08-09 | Only parse/setup the hostname.foo file if interface foo exists (this | Angelos D. Keromytis |
1999-03-29 | New multicast route setup style | Niklas Hallqvist |
1999-03-26 | Add bridge interface handling | Niklas Hallqvist |
1999-03-01 | Add support in /etc/hostname.xxx for files of the format: | Todd C. Miller |
1998-10-28 | Kill the awful hack used to match and split /etc/hostname.* We now use | Todd C. Miller |
1998-10-06 | move ipnat to end of netstart, to support dhcp+ipnat | Theo de Raadt |
1998-09-18 | apply media directives on dhcp interfaces | Theo de Raadt |
1998-09-10 | better way of handling dhcp client; Jason Ish <jbi130@mail.usask.ca> | Marco S Hyman |
1998-09-08 | dhcp client stuff. "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu> | Marco S Hyman |
1998-08-24 | You can't use -interface default when there's no default gateway | Jason Downs |
1998-07-04 | put 224 route on default, to avoid a hostname lookup | Theo de Raadt |
1998-05-22 | use route -n, what the heck | Theo de Raadt |
1998-03-28 | s/^nat/ipnat/ | Theo de Raadt |
1998-02-23 | remove trailing blank line | Niklas Hallqvist |
1998-02-07 | ipforward is in sysctl.conf now | Theo de Raadt |