summaryrefslogtreecommitdiffstats
path: root/etc/netstart
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)krw1-5/+16
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inkrw1-3/+4
2020-11-29Fix previous: use correct version of netstart and installer bits.tb1-10/+11
2020-11-29Add support for !command to mygate, so that netstart has a late opportunityderaadt1-19/+21
2020-11-08no more mobileip;jmc1-3/+3
2020-06-21start wg with the other interfaces that rely on routing being up.dlg1-3/+3
2020-05-22Revert the following commit as it breaks hostname.if(5) lines with akn1-2/+2
2020-05-21Fix stripcom() description wrt. comments not on their own linekn1-3/+2
2020-05-21Do not treat backslashe as an escape character in hostname.if(5) lineskn1-2/+2
2020-01-15Do not redirect already quiet stdout for IPv6 reject routeskn1-11/+11
2019-10-25handle aggr(4) in the same way as trunk(4)dlg1-4/+4
2018-08-29Historically /etc/netstart (and the equivalent code in the installkrw1-2/+2
2018-07-08netstart is used during system start, but also interactively.tb1-1/+8
2018-04-28Add a proper usage() function.rpe1-7/+9
2018-03-04when -n is used, no need to spit out "Missing parameters." beforejmc1-2/+2
2018-03-03Lowercase 'usage' and group -n with interface in it.landry1-2/+2
2018-02-21Tweak comments.rpe1-6/+10
2018-02-19Write warning/error messages to stderr and end them with a fullstop.rpe1-4/+4
2018-02-19- use specific patterns when looping over /etc/hostname.if filesrpe1-5/+7
2018-02-17- Add descriptions for the new functions ifcreate() and vifscreate()rpe1-5/+6
2018-02-14create virtual interfaces before starting all interface config.dlg1-11/+29
2018-02-10Remove some special IPv4 in IPv6 mapped prefixes that are already rejectedclaudio1-7/+1
2018-02-10Load RFC 7217 key material and generate if it does not already exist.florian1-1/+4
2018-02-06If -n is given, the netstart script should not (try to) set the defaulttb1-3/+15
2017-11-12Remove HN_DIR variable and expand it in the only place it was used. Ittb1-3/+2
2017-07-25Finally remove backwards compat code to support the 'rtsol' keywordrpe1-8/+1
2017-07-21Align ifstart() in netstart and install.sub.rpe1-9/+9
2017-05-28etc/netstart: use colon separator instead of dot with chownawolk1-2/+2
2017-05-07Change test from [] to [[]] and simplify pattern.rpe1-2/+2
2017-05-07Replace hardcoded script name with ${0##*/}rpe1-2/+2
2017-05-01Revert r1.170 and remove the id==0 check.rpe1-7/+1
2017-05-01Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is nowrpe1-30/+15
2017-04-30Do not try to delete a default route before adding it.mpi1-3/+1
2017-04-25Unbreak netstart for multiple inteface configurations like trunkrpe1-1/+3
2017-04-24Introduce a new function parse_hn_line() that replaces the existingrpe1-93/+102
2017-04-08- localize the if, file and stat variables which also ensures thatrpe1-11/+10
2017-04-07Minimize differences in ifstart() function between netstart andrpe1-5/+6
2017-04-07Align comments of ifstart() function in netstart and install.sub.rpe1-1/+4
2017-04-07Align comments of stripcom() function in netstart and install.sub.rpe1-3/+4
2016-12-06Do not lose the default route when netstart(8) is run a second time onmpi1-12/+19
2016-09-27Delay switch(4) interface start up so it can attach virtual interfacesrzalamena1-3/+3
2016-09-09print a clear error message when not ran as root instead of just fallingjasper1-1/+7
2016-07-19Do not consider tap(4) a special interface and start if before othermpi1-3/+3
2016-03-27Don't delete the 224/4 route in netstart, unless it's being done to ensure thatsthen1-3/+4
2015-12-29Remove backslash, not necessary after '&&'rpe1-2/+2
2015-12-29Replace last remaining `` with $()rpe1-2/+2
2015-12-18Drop the now useless multicast setup comment.ajacoutot1-7/+1
2015-12-17Simplify multicast option handling (10 less lines) by matching /etc/rc behaviorajacoutot1-12/+2
2015-12-05It does not make sense to insert a specific route for 224/4 when thempi1-28/+9
2015-11-12Changes to ifautostart():rpe1-11/+13