summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2017-11-12Remove HN_DIR variable and expand it in the only place it was used. ItTheo Buehler
2017-07-25Finally remove backwards compat code to support the 'rtsol' keywordRobert Peichaer
2017-07-21Align ifstart() in netstart and install.sub.Robert Peichaer
2017-05-28etc/netstart: use colon separator instead of dot with chownAdam Wolk
2017-05-07Change test from [] to [[]] and simplify pattern.Robert Peichaer
2017-05-07Replace hardcoded script name with ${0##*/}Robert Peichaer
2017-05-01Revert r1.170 and remove the id==0 check.Robert Peichaer
2017-05-01Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is nowRobert Peichaer
2017-04-30Do not try to delete a default route before adding it.Martin Pieuchot
2017-04-25Unbreak netstart for multiple inteface configurations like trunkRobert Peichaer
2017-04-24Introduce a new function parse_hn_line() that replaces the existingRobert Peichaer
2017-04-08- localize the if, file and stat variables which also ensures thatRobert Peichaer
2017-04-07Minimize differences in ifstart() function between netstart andRobert Peichaer
2017-04-07Align comments of ifstart() function in netstart and install.sub.Robert Peichaer
2017-04-07Align comments of stripcom() function in netstart and install.sub.Robert Peichaer
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