summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2012-12-05remove "Invalid interface name" messageRobert Peichaer
2012-12-02use the more compact version of the check for ifconfig'able interfacesRobert Peichaer
2012-12-02- remove isalphanumeric() and replace it with a shell pattern, thatRobert Peichaer
2011-10-07The new ypbind changes requires that the domainname be set beforeTheo de Raadt
2011-07-07Eliminate some $? tests by rolling the command into the conditionPhilip Guenthe
2011-05-26Add svlan(4) startup bits.Marco Pfatschbacher
2011-02-09fix an unbalanced parenthesis in a comment; while here, split the commentIgor Sobrado
2010-06-16permit e.g. -inet6 syntax by slurping all lines not just someTodd T. Fries
2010-01-12when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity andHenning Brauer
2009-12-10o stop reordering ifconfig arguments (e.g. after 'up ..')Todd T. Fries
2009-11-22Stop supporting bridgename.bridge* files, and move to hostname.bridge*Theo de Raadt
2009-09-17change variable i to $i in an expression of ifstart() for consistencySimon Bertrang
2009-07-10Delay creation of tun(4) interfaces until the underlying interface andJason Dixon
2008-11-25delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.Markus Friedl
2008-08-14Tools from /usr may not be used in netstart since it may be NFS-mountedStuart Henderson
2008-07-23Prevent warning about insecure hostnames where no /etc/hostname.*Stuart Henderson
2008-06-09warn once not 3 times in case of a non existent file, discussed with deraadtTodd T. Fries
2008-06-09Ensure that hostname.* files are also re-chowned to root.wheel at eachTheo de Raadt
2008-04-17before using them, force hostname.* files to be unreadable by worldTheo de Raadt
2008-01-17Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they'reBrad Smith
2008-01-09Do not bring up pfsync(4) before the working rulesetMarco Pfatschbacher
2007-08-02move the delay for IPv6 DAD to after all interfaces have startedDavid Krause
2006-11-15reject multicast packet without scope identifier specified.Jun-ichiro itojun Hagino
2006-06-29do not add an extra space; nwid and description come out wrongTodd T. Fries
2005-12-28nuke extra whitespaceDavid Krause
2005-12-06multicast_host=YES only works if a valid default gateway is available.Reyk Floeter
2005-11-02fix inspired by pr#4590Todd T. Fries
2005-10-25better logic from krw@:Todd T. Fries
2005-10-14add v6 support for /etc/mygateTodd T. Fries
2005-10-12shrink stripcom(), sync with install.subTodd T. Fries
2005-10-04trunk must be started after physical ethernet devices, but before vlan.Todd T. Fries
2005-09-28use eval consistently, fixes description quotes on rtsol and dhcpTodd T. Fries
2005-05-22Introduce 'ifmstart' to deal with starting multiple interfaces minus a listTodd T. Fries
2005-04-04unbreak; ok pval@Damien Miller
2005-04-03if dhcp is used to get an address on any interface, ignore /etc/mygateTheo de Raadt
2005-01-04Bring up the carp(4) interface before default route.Ryan Thomas McBride
2004-12-30Add a copy of stripcom so /etc/netstart can be run standalone again.Todd C. Miller
2004-12-19Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@Todd C. Miller
2004-12-04remove "route $hostname 127.0.0.1" line. deraadt okJun-ichiro itojun Hagino
2004-10-20make all route commands use -qn; ok mcbride henningTheo de Raadt
2004-05-29one last route command lacking -qnTheo de Raadt
2004-03-22Make sure pfsync is brought up before carp.Ryan Thomas McBride
2004-03-13Delay pfsync(4) configuration, as the syncif has to be configured inRyan Thomas McBride
2004-01-14ok, it took quite a bit of prodding but itojun finally explained why theTheo de Raadt
2004-01-13repair v6 lo0 documentationTheo de Raadt
2004-01-11add loopback routes lateTheo de Raadt
2004-01-09create all routes with -q; markus okTheo de Raadt
2003-12-04Need to do "ifconfig create" for bridge interfaces too.Todd C. Miller
2003-12-03add support for ifconfig clone; from netbsd; ok deraadt, henningMarkus Friedl
2003-10-20delay carp initialization until after physical interfaces are configuredDavid Krause