Age | Commit message (Expand) | Author |
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 |
2015-07-19 | Revert 1.148 for now until I can talk to rpe@ | Antoine Jacoutot |
2015-07-19 | Replace test command with []. | Robert Peichaer |
2015-07-19 | Ensure, that we source rc.subr and parse rc.conf ONLY if we are not | Robert Peichaer |
2015-07-18 | - remove trailing blanks introduced in previous commit | Robert Peichaer |
2015-07-18 | Improve comments | Robert Peichaer |
2015-06-06 | Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. | Florian Obser |
2014-12-03 | The kernel handles rtsol(8) functionality since some time now. | Florian Obser |
2014-09-28 | Revert 1.142. Without the down netstart will just print the ifconfig | Claudio Jeker |
2014-09-26 | remove explicit 'down' of an interface before starting a dhcp request, thereby | Alexander Hall |
2014-07-12 | Fix netstart after autoconf6 change so 'rtsol' lines in hostname.if work again. | Stefan Sperling |
2014-07-12 | Make rc.conf a parsed configuration file and stop sourcing it as a shell | Robert Nagy |
2013-08-22 | Like for dhclient, do no create a route to alias addresses via 127.0.0.1. | Martin Pieuchot |
2013-03-20 | fix lies in netstart; replacement wording from halex@ | Todd T. Fries |
2012-12-05 | remove "Invalid interface name" message | Robert Peichaer |
2012-12-02 | use the more compact version of the check for ifconfig'able interfaces | Robert Peichaer |
2012-12-02 | - remove isalphanumeric() and replace it with a shell pattern, that | Robert Peichaer |
2011-10-07 | The new ypbind changes requires that the domainname be set before | Theo de Raadt |
2011-07-07 | Eliminate some $? tests by rolling the command into the condition | Philip Guenthe |
2011-05-26 | Add svlan(4) startup bits. | Marco Pfatschbacher |
2011-02-09 | fix an unbalanced parenthesis in a comment; while here, split the comment | Igor Sobrado |
2010-06-16 | permit e.g. -inet6 syntax by slurping all lines not just some | Todd T. Fries |
2010-01-12 | when setting up lo0 use 127.0.0.1/8 instead of 127.0.0.1 for clarity and | Henning Brauer |
2009-12-10 | o stop reordering ifconfig arguments (e.g. after 'up ..') | Todd T. Fries |
2009-11-22 | Stop supporting bridgename.bridge* files, and move to hostname.bridge* | Theo de Raadt |
2009-09-17 | change variable i to $i in an expression of ifstart() for consistency | Simon Bertrang |
2009-07-10 | Delay creation of tun(4) interfaces until the underlying interface and | Jason Dixon |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-08-14 | Tools from /usr may not be used in netstart since it may be NFS-mounted | Stuart Henderson |
2008-07-23 | Prevent warning about insecure hostnames where no /etc/hostname.* | Stuart Henderson |
2008-06-09 | warn once not 3 times in case of a non existent file, discussed with deraadt | Todd T. Fries |
2008-06-09 | Ensure that hostname.* files are also re-chowned to root.wheel at each | Theo de Raadt |
2008-04-17 | before using them, force hostname.* files to be unreadable by world | Theo de Raadt |
2008-01-17 | Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they're | Brad Smith |
2008-01-09 | Do not bring up pfsync(4) before the working ruleset | Marco Pfatschbacher |
2007-08-02 | move the delay for IPv6 DAD to after all interfaces have started | David Krause |
2006-11-15 | reject multicast packet without scope identifier specified. | Jun-ichiro itojun Hagino |
2006-06-29 | do not add an extra space; nwid and description come out wrong | Todd T. Fries |
2005-12-28 | nuke extra whitespace | David Krause |
2005-12-06 | multicast_host=YES only works if a valid default gateway is available. | Reyk Floeter |
2005-11-02 | fix inspired by pr#4590 | Todd T. Fries |
2005-10-25 | better logic from krw@: | Todd T. Fries |
2005-10-14 | add v6 support for /etc/mygate | Todd T. Fries |
2005-10-12 | shrink stripcom(), sync with install.sub | Todd T. Fries |
2005-10-04 | trunk must be started after physical ethernet devices, but before vlan. | Todd T. Fries |
2005-09-28 | use eval consistently, fixes description quotes on rtsol and dhcp | Todd T. Fries |