138 Commits (938c939dfea3f5d26ca26497d7eb59f41ead4b5c)

Author SHA1 Message Date
  todd 99a25686c3 fix lies in netstart; replacement wording from halex@ 11 years ago
  rpe 5fcaf72d6d remove "Invalid interface name" message 12 years ago
  rpe a78a8d94ea use the more compact version of the check for ifconfig'able interfaces 12 years ago
  rpe d83e309127 - remove isalphanumeric() and replace it with a shell pattern, that 12 years ago
  deraadt e73b0d38a5 The new ypbind changes requires that the domainname be set before 13 years ago
  guenther a87068f040 Eliminate some $? tests by rolling the command into the condition 13 years ago
  mpf 9b6c17e435 Add svlan(4) startup bits. 13 years ago
  sobrado f7849bd797 fix an unbalanced parenthesis in a comment; while here, split the comment 14 years ago
  todd a1bd980ea1 permit e.g. -inet6 syntax by slurping all lines not just some 14 years ago
  henning 91aac1a47c when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity and 15 years ago
  todd 564c480e70 o stop reordering ifconfig arguments (e.g. after 'up ..') 15 years ago
  deraadt 315ece0432 Stop supporting bridgename.bridge* files, and move to hostname.bridge* 15 years ago
  simon deb468f678 change variable i to $i in an expression of ifstart() for consistency 15 years ago
  jdixon be9938a1c6 Delay creation of tun(4) interfaces until the underlying interface and 15 years ago
  markus c80ee407db delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. 16 years ago
  sthen 009f476425 Tools from /usr may not be used in netstart since it may be NFS-mounted 16 years ago
  sthen eca03c4660 Prevent warning about insecure hostnames where no /etc/hostname.* 16 years ago
  todd 038173408e warn once not 3 times in case of a non existent file, discussed with deraadt 16 years ago
  deraadt 4fe23d02f0 Ensure that hostname.* files are also re-chowned to root.wheel at each 16 years ago
  deraadt d5af9ca8a2 before using them, force hostname.* files to be unreadable by world 16 years ago
  brad 57a5c786db Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they're 17 years ago
  mpf 871544b3fe Do not bring up pfsync(4) before the working ruleset 17 years ago
  david 708e7bdd1d move the delay for IPv6 DAD to after all interfaces have started 17 years ago
  itojun e160d6de4a reject multicast packet without scope identifier specified. 18 years ago
  todd bd81c371ae do not add an extra space; nwid and description come out wrong 18 years ago
  david 66c3296c0e nuke extra whitespace 19 years ago
  reyk 287879a1b9 multicast_host=YES only works if a valid default gateway is available. 19 years ago
  todd 8a9448cddd fix inspired by pr#4590 19 years ago
  todd ab8afdab6a better logic from krw@: 19 years ago
  todd 3b5bf93ce3 add v6 support for /etc/mygate 19 years ago
  todd b408cf70af shrink stripcom(), sync with install.sub 19 years ago
  todd d5fb505239 trunk must be started after physical ethernet devices, but before vlan. 19 years ago
  todd ab12acee53 use eval consistently, fixes description quotes on rtsol and dhcp 19 years ago
  todd 65954c79fd Introduce 'ifmstart' to deal with starting multiple interfaces minus a list 19 years ago
  djm 188f234dcf unbreak; ok pval@ 20 years ago
  deraadt bd9da8ca6c if dhcp is used to get an address on any interface, ignore /etc/mygate 20 years ago
  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