summaryrefslogtreecommitdiffstats
path: root/etc/netstart (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow the provision of dhclient(8) options on 'dhcp' lines in hostname.if(5)krw2020-12-231-5/+16
* Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inkrw2020-12-211-3/+4
* Fix previous: use correct version of netstart and installer bits.tb2020-11-291-10/+11
* Add support for !command to mygate, so that netstart has a late opportunityderaadt2020-11-291-19/+21
* no more mobileip;jmc2020-11-081-3/+3
* start wg with the other interfaces that rely on routing being up.dlg2020-06-211-3/+3
* Revert the following commit as it breaks hostname.if(5) lines with akn2020-05-221-2/+2
* Fix stripcom() description wrt. comments not on their own linekn2020-05-211-3/+2
* Do not treat backslashe as an escape character in hostname.if(5) lineskn2020-05-211-2/+2
* Do not redirect already quiet stdout for IPv6 reject routeskn2020-01-151-11/+11
* handle aggr(4) in the same way as trunk(4)dlg2019-10-251-4/+4
* Historically /etc/netstart (and the equivalent code in the installkrw2018-08-291-2/+2
* netstart is used during system start, but also interactively.tb2018-07-081-1/+8
* Add a proper usage() function.rpe2018-04-281-7/+9
* when -n is used, no need to spit out "Missing parameters." beforejmc2018-03-041-2/+2
* Lowercase 'usage' and group -n with interface in it.landry2018-03-031-2/+2
* Tweak comments.rpe2018-02-211-6/+10
* Write warning/error messages to stderr and end them with a fullstop.rpe2018-02-191-4/+4
* - use specific patterns when looping over /etc/hostname.if filesrpe2018-02-191-5/+7
* - Add descriptions for the new functions ifcreate() and vifscreate()rpe2018-02-171-5/+6
* create virtual interfaces before starting all interface config.dlg2018-02-141-11/+29
* Remove some special IPv4 in IPv6 mapped prefixes that are already rejectedclaudio2018-02-101-7/+1
* Load RFC 7217 key material and generate if it does not already exist.florian2018-02-101-1/+4
* If -n is given, the netstart script should not (try to) set the defaulttb2018-02-061-3/+15
* Remove HN_DIR variable and expand it in the only place it was used. Ittb2017-11-121-3/+2
* Finally remove backwards compat code to support the 'rtsol' keywordrpe2017-07-251-8/+1
* Align ifstart() in netstart and install.sub.rpe2017-07-211-9/+9
* etc/netstart: use colon separator instead of dot with chownawolk2017-05-281-2/+2
* Change test from [] to [[]] and simplify pattern.rpe2017-05-071-2/+2
* Replace hardcoded script name with ${0##*/}rpe2017-05-071-2/+2
* Revert r1.170 and remove the id==0 check.rpe2017-05-011-7/+1
* Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is nowrpe2017-05-011-30/+15
* Do not try to delete a default route before adding it.mpi2017-04-301-3/+1
* Unbreak netstart for multiple inteface configurations like trunkrpe2017-04-251-1/+3
* Introduce a new function parse_hn_line() that replaces the existingrpe2017-04-241-94/+103
* - localize the if, file and stat variables which also ensures thatrpe2017-04-081-11/+10
* Minimize differences in ifstart() function between netstart andrpe2017-04-071-5/+6
* Align comments of ifstart() function in netstart and install.sub.rpe2017-04-071-1/+4
* Align comments of stripcom() function in netstart and install.sub.rpe2017-04-071-3/+4
* Do not lose the default route when netstart(8) is run a second time onmpi2016-12-061-12/+19
* Delay switch(4) interface start up so it can attach virtual interfacesrzalamena2016-09-271-3/+3
* print a clear error message when not ran as root instead of just fallingjasper2016-09-091-1/+7
* Do not consider tap(4) a special interface and start if before othermpi2016-07-191-3/+3
* Don't delete the 224/4 route in netstart, unless it's being done to ensure thatsthen2016-03-271-3/+4
* Remove backslash, not necessary after '&&'rpe2015-12-291-2/+2
* Replace last remaining `` with $()rpe2015-12-291-2/+2
* Drop the now useless multicast setup comment.ajacoutot2015-12-181-7/+1
* Simplify multicast option handling (10 less lines) by matching /etc/rc behaviorajacoutot2015-12-171-12/+2
* It does not make sense to insert a specific route for 224/4 when thempi2015-12-051-28/+9
* Changes to ifautostart():rpe2015-11-121-11/+13