summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
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
2003-08-27only try to set hostname to what /etc/myname says if that file actually exists,Henning Brauer
2003-02-16Fix up some DNS verbiage to make it consistant.Kenneth R Westerback
2002-05-16ignore non-existent cases where '$if' evaluates to '*'.Todd T. Fries
2002-02-23re-add support for $if expansion; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-02-21Change the network components initialization order.Miod Vallat
2001-07-31a space before a redirectHugh Graham
2001-07-06Also, source /etc/rc.conf so we can pull in theAngelos D. Keromytis
2001-07-06Use "route -n show -inet" to determine the default multicast iface.Angelos D. Keromytis
2001-07-03pull in rc.conf early so that pf(1) startup is right; tested by jasoni, comme...Theo de Raadt
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-03-13spelling; maurice@maurice.wan.nlTheo de Raadt
2001-02-06ignore blank lines in addition to commentsTodd T. Fries
2001-01-10support !command in bridgename.if files, tooJason Wright
2000-11-27Use -n to test if a variable is non-zero. Otherwise, if the variable'sTodd C. Miller
2000-11-08This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in theTodd T. Fries