102 Commits (2f3df13003d4b78035efa1fb24432529f3b9a149)

Author SHA1 Message Date
  mcbride ab1de5501f Bring up the carp(4) interface before default route. 20 years ago
  millert d40f10d2ee Add a copy of stripcom so /etc/netstart can be run standalone again. 20 years ago
  millert 47476e71f8 Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@ 20 years ago
  itojun 77867ecd27 remove "route $hostname 127.0.0.1" line. deraadt ok 20 years ago
  deraadt 04be0693ac make all route commands use -qn; ok mcbride henning 20 years ago
  deraadt a35bfe5a7a one last route command lacking -qn 20 years ago
  mcbride 61ebadc6fe Make sure pfsync is brought up before carp. 21 years ago
  mcbride e97abdaff5 Delay pfsync(4) configuration, as the syncif has to be configured in 21 years ago
  deraadt b95ae6b3be ok, it took quite a bit of prodding but itojun finally explained why the 21 years ago
  deraadt d1616a3325 repair v6 lo0 documentation 21 years ago
  deraadt 8b665c17b7 add loopback routes late 21 years ago
  deraadt 45879fe336 create all routes with -q; markus ok 21 years ago
  millert 94da5d3f87 Need to do "ifconfig create" for bridge interfaces too. 21 years ago
  markus 61d17c5794 add support for ifconfig clone; from netbsd; ok deraadt, henning 21 years ago
  david 62a85f9922 delay carp initialization until after physical interfaces are configured 21 years ago
  henning eb7282af99 only try to set hostname to what /etc/myname says if that file actually exists, 21 years ago
  krw a2422ae3f4 Fix up some DNS verbiage to make it consistant. 22 years ago
  todd 060427ae7f ignore non-existent cases where '$if' evaluates to '*'. 22 years ago
  deraadt 395e4e2058 re-add support for $if expansion; hamajima@nagoya.ydc.co.jp 23 years ago
  miod a8fb738148 Change the network components initialization order. 23 years ago
  hugh 1d494c434e a space before a redirect 23 years ago
  angelos ef20412889 Also, source /etc/rc.conf so we can pull in the 23 years ago
  angelos 04a6a1078d Use "route -n show -inet" to determine the default multicast iface. 23 years ago
  deraadt 1e7ff0c0ba pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comments from millert 23 years ago
  deraadt cd3ef0a0d2 Remove ipf. Darren Reed has interpreted his (old, new, whichever) 23 years ago
  deraadt 97938d729d spelling; maurice@maurice.wan.nl 24 years ago
  todd 6aa943f8f7 ignore blank lines in addition to comments 24 years ago
  jason 51fee4eefb support !command in bridgename.if files, too 24 years ago
  millert 4eab4a435d Use -n to test if a variable is non-zero. Otherwise, if the variable's 24 years ago
  todd 1aa6198836 This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in the 24 years ago
  todd e926da66f4 subtle bug .. global variables in a while loop need reset 'just incase' 24 years ago
  todd 3894d87b4a rc.conf now parses ${local_rcconf} internally; closes pr 1259 24 years ago
  todd 5a851dcb3d fix dhcp 'NONE' ness from install to allow media parsing to work 25 years ago
  deraadt 90d3a6dee4 rc.conf.local support, inspired by chuck yerkes 25 years ago
  millert cb18cdc137 Remove the -E flag from ipf as it is implicitly enabled and using 25 years ago
  deraadt 62b19bd261 silence all extra route addition printouts 25 years ago
  itojun 8633698891 correct reject route installations for IPv6. improve comments. 25 years ago
  itojun ebed23c1c1 disallow packets to malicious 6to4 prefix, based on 25 years ago
  todd 9ba3eae32a fix non behavior 25 years ago
  todd 6972dae0fb allow arbitrary commands in /etc/hostname.* files if the line starts with '!' 25 years ago
  deraadt 2c0db369bd rtsol case can configure the interface up, since it would be nice to finish 25 years ago
  itojun c569c5d0e0 one more indentation fix. 25 years ago
  itojun f8b1753146 indentation fix (todd's part) 25 years ago
  todd 4eada90c42 fix rtsold case, reset cmd for each iteration! 25 years ago
  itojun fe06db64fe allow options after "rtsol". 25 years ago
  itojun 26e17f25b4 echo "IPv6 autoconf: interfaces" before invoking rtsol. 25 years ago
  itojun fd9d65dd43 ipv6 autoconf on hosts (non-routers). 25 years ago
  todd 9fad88d28d add to hostname.* parsing: 25 years ago
  itojun 7792f17d05 install IPv6 reject routes only if kernel is capable of IPv6. 25 years ago
  itojun 9c574ebbbb avoid transmitting invalid IPv6 packets out to the wire. 25 years ago