summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2021-08-30Improve dubgging in /etc/netstart. Enable print only in ifcreate.Alexander Bluhm
2021-08-06As tim@ spotted, a use of V4_AUTOCONF crept in when the variable nameStuart Henderson
2021-07-16switch to dhcpleased/resolvd in baseFlorian Obser
2021-06-20Don't try to install a default route with route(8) later on if we areFlorian Obser
2020-12-23Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)Kenneth R Westerback
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inKenneth R Westerback
2020-11-29Fix previous: use correct version of netstart and installer bits.Theo Buehler
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityTheo de Raadt
2020-11-08no more mobileip;Jason McIntyre
2020-06-21start wg with the other interfaces that rely on routing being up.David Gwynne
2020-05-22Revert the following commit as it breaks hostname.if(5) lines with akn
2020-05-21Fix stripcom() description wrt. comments not on their own linekn
2020-05-21Do not treat backslashe as an escape character in hostname.if(5) lineskn
2020-01-15Do not redirect already quiet stdout for IPv6 reject routeskn
2019-10-25handle aggr(4) in the same way as trunk(4)David Gwynne
2018-08-29Historically /etc/netstart (and the equivalent code in the installKenneth R Westerback
2018-07-08netstart is used during system start, but also interactively.Theo Buehler
2018-04-28Add a proper usage() function.Robert Peichaer
2018-03-04when -n is used, no need to spit out "Missing parameters." beforeJason McIntyre
2018-03-03Lowercase 'usage' and group -n with interface in it.Landry Breuil
2018-02-21Tweak comments.Robert Peichaer
2018-02-19Write warning/error messages to stderr and end them with a fullstop.Robert Peichaer
2018-02-19- use specific patterns when looping over /etc/hostname.if filesRobert Peichaer
2018-02-17- Add descriptions for the new functions ifcreate() and vifscreate()Robert Peichaer
2018-02-14create virtual interfaces before starting all interface config.David Gwynne
2018-02-10Remove some special IPv4 in IPv6 mapped prefixes that are already rejectedClaudio Jeker
2018-02-10Load RFC 7217 key material and generate if it does not already exist.Florian Obser
2018-02-06If -n is given, the netstart script should not (try to) set the defaultTheo Buehler
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