summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2016-12-06Do not lose the default route when netstart(8) is run a second time onMartin Pieuchot
2016-09-27Delay switch(4) interface start up so it can attach virtual interfacesRafael Zalamena
2016-09-09print a clear error message when not ran as root instead of just fallingJasper Lievisse Adriaanse
2016-07-19Do not consider tap(4) a special interface and start if before otherMartin Pieuchot
2016-03-27Don't delete the 224/4 route in netstart, unless it's being done to ensure thatStuart Henderson
2015-12-29Remove backslash, not necessary after '&&'Robert Peichaer
2015-12-29Replace last remaining `` with $()Robert Peichaer
2015-12-18Drop the now useless multicast setup comment.Antoine Jacoutot
2015-12-17Simplify multicast option handling (10 less lines) by matching /etc/rc behaviorAntoine Jacoutot
2015-12-05It does not make sense to insert a specific route for 224/4 when theMartin Pieuchot
2015-11-12Changes to ifautostart():Robert Peichaer
2015-11-12Changes to ifmstart():Robert Peichaer
2015-11-12Changes to stripcom():Robert Peichaer
2015-11-01Start the rework of the /etc/netstart shell script.Robert Peichaer
2015-10-26The hostname variable is not used since r1.99. Remove it and useRobert Peichaer
2015-10-23netstart bits for tap(4)Claudio Jeker
2015-09-27Don't print output when setting autoconf on interfaces. Suggested by deraadt,Stuart Henderson
2015-09-13only print the "IPv6 autoconf" line if there are interfaces to configureStuart Henderson
2015-09-11Set "inet6 autoconf" individually on interfaces that have rtsol set inStuart Henderson
2015-07-20Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to beRobert Peichaer
2015-07-19Bring up pflow last as it might send with a source address that is onFlorian Obser
2015-07-19Always source rc.subr to be able to use the rc.conf parsing routineRobert Peichaer
2015-07-19Revert 1.148 for now until I can talk to rpe@Antoine Jacoutot
2015-07-19Replace test command with [].Robert Peichaer
2015-07-19Ensure, that we source rc.subr and parse rc.conf ONLY if we are notRobert Peichaer
2015-07-18- remove trailing blanks introduced in previous commitRobert Peichaer
2015-07-18Improve commentsRobert Peichaer
2015-06-06Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1.Florian Obser
2014-12-03The kernel handles rtsol(8) functionality since some time now.Florian Obser
2014-09-28Revert 1.142. Without the down netstart will just print the ifconfigClaudio Jeker
2014-09-26remove explicit 'down' of an interface before starting a dhcp request, therebyAlexander Hall
2014-07-12Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again.Stefan Sperling
2014-07-12Make rc.conf a parsed configuration file and stop sourcing it as a shellRobert Nagy
2013-08-22Like for dhclient, do no create a route to alias addresses via 127.0.0.1.Martin Pieuchot
2013-03-20fix lies in netstart; replacement wording from halex@Todd T. Fries
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