Age | Commit message (Expand) | Author |
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 |
2005-05-22 | Introduce 'ifmstart' to deal with starting multiple interfaces minus a list | Todd T. Fries |
2005-04-04 | unbreak; ok pval@ | Damien Miller |
2005-04-03 | if dhcp is used to get an address on any interface, ignore /etc/mygate | Theo de Raadt |
2005-01-04 | Bring up the carp(4) interface before default route. | Ryan Thomas McBride |
2004-12-30 | Add a copy of stripcom so /etc/netstart can be run standalone again. | Todd C. Miller |
2004-12-19 | Allow comments in /etc/{myname,mygate,defaultdomain}; OK deraadt@ | Todd C. Miller |
2004-12-04 | remove "route $hostname 127.0.0.1" line. deraadt ok | Jun-ichiro itojun Hagino |
2004-10-20 | make all route commands use -qn; ok mcbride henning | Theo de Raadt |
2004-05-29 | one last route command lacking -qn | Theo de Raadt |
2004-03-22 | Make sure pfsync is brought up before carp. | Ryan Thomas McBride |
2004-03-13 | Delay pfsync(4) configuration, as the syncif has to be configured in | Ryan Thomas McBride |
2004-01-14 | ok, it took quite a bit of prodding but itojun finally explained why the | Theo de Raadt |
2004-01-13 | repair v6 lo0 documentation | Theo de Raadt |
2004-01-11 | add loopback routes late | Theo de Raadt |
2004-01-09 | create all routes with -q; markus ok | Theo de Raadt |
2003-12-04 | Need to do "ifconfig create" for bridge interfaces too. | Todd C. Miller |
2003-12-03 | add support for ifconfig clone; from netbsd; ok deraadt, henning | Markus Friedl |
2003-10-20 | delay carp initialization until after physical interfaces are configured | David Krause |