Age | Commit message (Expand) | Author |
2018-08-29 | Historically /etc/netstart (and the equivalent code in the install | Kenneth R Westerback |
2018-07-08 | netstart is used during system start, but also interactively. | Theo Buehler |
2018-04-28 | Add a proper usage() function. | Robert Peichaer |
2018-03-04 | when -n is used, no need to spit out "Missing parameters." before | Jason McIntyre |
2018-03-03 | Lowercase 'usage' and group -n with interface in it. | Landry Breuil |
2018-02-21 | Tweak comments. | Robert Peichaer |
2018-02-19 | Write 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 files | Robert Peichaer |
2018-02-17 | - Add descriptions for the new functions ifcreate() and vifscreate() | Robert Peichaer |
2018-02-14 | create virtual interfaces before starting all interface config. | David Gwynne |
2018-02-10 | Remove some special IPv4 in IPv6 mapped prefixes that are already rejected | Claudio Jeker |
2018-02-10 | Load RFC 7217 key material and generate if it does not already exist. | Florian Obser |
2018-02-06 | If -n is given, the netstart script should not (try to) set the default | Theo Buehler |
2017-11-12 | Remove HN_DIR variable and expand it in the only place it was used. It | Theo Buehler |
2017-07-25 | Finally remove backwards compat code to support the 'rtsol' keyword | Robert Peichaer |
2017-07-21 | Align ifstart() in netstart and install.sub. | Robert Peichaer |
2017-05-28 | etc/netstart: use colon separator instead of dot with chown | Adam Wolk |
2017-05-07 | Change test from [] to [[]] and simplify pattern. | Robert Peichaer |
2017-05-07 | Replace hardcoded script name with ${0##*/} | Robert Peichaer |
2017-05-01 | Revert r1.170 and remove the id==0 check. | Robert Peichaer |
2017-05-01 | Remove last remnants of rtsol. IPv6 autoconfiguration of interfaces is now | Robert Peichaer |
2017-04-30 | Do not try to delete a default route before adding it. | Martin Pieuchot |
2017-04-25 | Unbreak netstart for multiple inteface configurations like trunk | Robert Peichaer |
2017-04-24 | Introduce a new function parse_hn_line() that replaces the existing | Robert Peichaer |
2017-04-08 | - localize the if, file and stat variables which also ensures that | Robert Peichaer |
2017-04-07 | Minimize differences in ifstart() function between netstart and | Robert Peichaer |
2017-04-07 | Align comments of ifstart() function in netstart and install.sub. | Robert Peichaer |
2017-04-07 | Align comments of stripcom() function in netstart and install.sub. | Robert Peichaer |
2016-12-06 | Do not lose the default route when netstart(8) is run a second time on | Martin Pieuchot |
2016-09-27 | Delay switch(4) interface start up so it can attach virtual interfaces | Rafael Zalamena |
2016-09-09 | print a clear error message when not ran as root instead of just falling | Jasper Lievisse Adriaanse |
2016-07-19 | Do not consider tap(4) a special interface and start if before other | Martin Pieuchot |
2016-03-27 | Don't delete the 224/4 route in netstart, unless it's being done to ensure that | Stuart Henderson |
2015-12-29 | Remove backslash, not necessary after '&&' | Robert Peichaer |
2015-12-29 | Replace last remaining `` with $() | Robert Peichaer |
2015-12-18 | Drop the now useless multicast setup comment. | Antoine Jacoutot |
2015-12-17 | Simplify multicast option handling (10 less lines) by matching /etc/rc behavior | Antoine Jacoutot |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot |
2015-11-12 | Changes to ifautostart(): | Robert Peichaer |
2015-11-12 | Changes to ifmstart(): | Robert Peichaer |
2015-11-12 | Changes to stripcom(): | Robert Peichaer |
2015-11-01 | Start the rework of the /etc/netstart shell script. | Robert Peichaer |
2015-10-26 | The hostname variable is not used since r1.99. Remove it and use | Robert Peichaer |
2015-10-23 | netstart bits for tap(4) | Claudio Jeker |
2015-09-27 | Don't print output when setting autoconf on interfaces. Suggested by deraadt, | Stuart Henderson |
2015-09-13 | only print the "IPv6 autoconf" line if there are interfaces to configure | Stuart Henderson |
2015-09-11 | Set "inet6 autoconf" individually on interfaces that have rtsol set in | Stuart Henderson |
2015-07-20 | Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be | Robert Peichaer |
2015-07-19 | Bring up pflow last as it might send with a source address that is on | Florian Obser |
2015-07-19 | Always source rc.subr to be able to use the rc.conf parsing routine | Robert Peichaer |