summaryrefslogtreecommitdiff
path: root/etc/netstart
AgeCommit message (Expand)Author
2022-12-18Revert previous as it doesn't create additional lo(4) anymoreKlemens Nanni
2022-12-18Do not try to create physical interfacesKlemens Nanni
2022-12-16zap double space and needless line breakKlemens Nanni
2022-12-16Prioritize lladdr over name/unit in hostname.if processingAndrew Fresh
2022-12-05Add support configuring hostname.if(5) by lladdrAndrew Fresh
2022-11-05"need root privileges" is an error, print it on stderr"Klemens Nanni
2022-11-05Print full path in usage; OK jmcKlemens Nanni
2022-11-01Only load the SOII key if IPv6 is availableKlemens Nanni
2022-11-01Do not wait for DAD completion in dry-run modeKlemens Nanni
2022-10-31Hoist only the feature checkKlemens Nanni
2022-10-31Fix comment: IPv6 link local addresses do not use SOII anymoreKlemens Nanni
2022-10-31Improve shell style wrt. variable naming/boolean conventionKlemens Nanni
2022-10-24do not wait for autoconf in dry-runKlemens Nanni
2022-10-24Add required sh(1) to synopsisKlemens Nanni
2022-10-21Fix synopsis, -n does not require an interface; OK jmcKlemens Nanni
2022-07-03Create virtual interfaces upfront if specified on the command lineKlemens Nanni
2022-06-26Wait for autoconf interfaces to come up in netstart(8) instead ofFlorian Obser
2022-02-22add some more tunnels to the list of interfaces that rely on routing.David Gwynne
2021-09-02Do not create loopback interfaces lo1, lo2, ... upfront. They areAlexander Bluhm
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