| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't add static IPv6 routes when to all FIBs when net.add_addr_allfibs is 0. | rpaulo | 2015-02-06 | 1 | -2/+3 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -2/+2 |
* | Make net.inet.ip.sourceroute, net.inet.ip.accept_sourceroute, and | hrs | 2014-09-15 | 1 | -15/+13 |
* | Do not set net.inet.ip.{sourceroute,accept_sourceroute} in a vnet jail. | hrs | 2014-09-13 | 1 | -13/+15 |
* | Return false status only when adding a route is failed. It could | hrs | 2014-08-29 | 1 | -26/+24 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -29/+4 |
* | Create the default router last. This allows using an static | delphij | 2013-09-02 | 1 | -2/+2 |
* | Add :ifname modifier to specify interface-specific routes into | hrs | 2013-06-09 | 1 | -82/+117 |
* | Refine the "nojail" rc keyword, adding "nojailvnet" for files that don't | jamie | 2013-05-19 | 1 | -1/+1 |
* | Fix condition to check if the maximum number of FIBs is greater than 0 or not. | hrs | 2012-11-18 | 1 | -1/+1 |
* | Use -fib N modifier to add/delete a route to/from multiple FIBs. | hrs | 2012-11-17 | 1 | -33/+11 |
* | Rather than printing the output from route add for all FIBs just print them | bz | 2012-03-04 | 1 | -16/+30 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -5/+21 |
* | Fix $ipv6_network_interfaces handling in rc.d/routing. It could fail when | hrs | 2012-02-04 | 1 | -2/+4 |
* | rc.d: Eliminate some unnecessary non-POSIX constructs: | jilles | 2011-11-08 | 1 | -0/+1 |
* | rc.d/routing: Fix ugly output with additional routing options. | jilles | 2011-07-17 | 1 | -15/+27 |
* | Remove "-n" from echo | kevlo | 2011-07-15 | 1 | -2/+2 |
* | Replace ${SYSCTL_W} with ${SYSCTL} in rc.d scripts, as they are identical. | emaste | 2011-03-30 | 1 | -18/+18 |
* | Better handling of ipv6_default_interface using | ume | 2010-04-26 | 1 | -21/+11 |
* | - Enable an afexists() check only when no AF argument is specified. | hrs | 2009-10-02 | 1 | -55/+76 |
* | - Split routing_*() and option_*() to *_AF() and add afexists() check | hrs | 2009-10-02 | 1 | -55/+85 |
* | Don't do an IPv6 operation when the kernel doesn't have | ume | 2009-09-30 | 1 | -2/+6 |
* | Move rc.d/{stf,faith} to just before rc.d/routing. | hrs | 2009-09-26 | 1 | -1/+1 |
* | Correct a copy and paste error using the variable name from the | bz | 2009-09-13 | 1 | -1/+1 |
* | Integrate rc.d/network_ipv6 into rc.d/netif: | hrs | 2009-09-12 | 1 | -44/+206 |
* | As previously discussed, add the svn:executable property to all scripts | dougb | 2008-07-16 | 1 | -0/+0 |
* | Do not print anything unless one of the net/routing options is set. | mtm | 2008-06-23 | 1 | -2/+18 |
* | Fix the wait for default route change I made a few weeks ago by creating | brooks | 2008-06-05 | 1 | -26/+1 |
* | Move the wait for a default route to rc.d/routing. Once we test for | brooks | 2008-05-18 | 1 | -1/+27 |
* | Move options that do not have anything to do with routing out of | mtm | 2007-05-02 | 1 | -41/+0 |
* | Transforming "ppp-user" into just "ppp", step 1: | yar | 2005-10-28 | 1 | -1/+1 |
* | Remove the requirement for the FreeBSD keyword as it no longer | mtm | 2004-10-07 | 1 | -1/+1 |
* | Mark scripts as not usable inside a jail by adding keyword 'nojail'. | pjd | 2004-03-08 | 1 | -1/+1 |
* | Now that routes for IP over ATM may look much more complex than before, | harti | 2003-08-14 | 1 | -0/+8 |
* | Ugh. Remove debugging echo. | mtm | 2003-06-29 | 1 | -1/+1 |
* | o Repocopied routing and netoptions from network2 and network3, respectively. | mtm | 2003-06-29 | 1 | -6/+23 |
* | o Hook the new files up to the build. | mtm | 2003-04-18 | 1 | -1/+1 |
* | Merge in all the changes that Mike Makonnen has been maintaining for a | gordon | 2002-07-18 | 1 | -843/+14 |
* | Cosmetic changes to the previous commit, bringing it closer to what I | des | 2002-04-11 | 1 | -7/+7 |
* | Since sshd expects /etc/ssh/ssh_host_rsa_key to exist, we had better | peter | 2002-04-10 | 1 | -4/+9 |
* | The good news is that my initial PR was correct... the bad news is that I | dougb | 2002-04-01 | 1 | -1/+5 |
* | Don't try to generate ssh keys if ssh isn't installed. | des | 2002-03-19 | 1 | -7/+11 |
* | IPFilter may need to be re-sync'ed even if we are not filtering, but | cjc | 2002-03-19 | 1 | -1/+3 |
* | Answer the question posed in 1.126. amd won't start without either a | dougb | 2002-03-17 | 1 | -2/+11 |
* | The reload of ipf(8) rules should depend on $ipfilter_enable, not | cjc | 2002-03-12 | 1 | -2/+1 |
* | Background the startup of `Amd', it often blocks on startup. | obrien | 2002-03-12 | 1 | -2/+2 |
* | Why shouldn't amd always write its PID to a file? | obrien | 2002-03-12 | 1 | -6/+2 |
* | Redirect stdout of `ipf -y' to /dev/null. This removes a stray | dd | 2002-03-04 | 1 | -1/+1 |
* | There is no reason to demand the administrator set 'natd_interface' | cjc | 2002-02-20 | 1 | -5/+4 |
* | peter points out that we probably should not mess with the sysctl(8) | cjc | 2002-02-08 | 1 | -4/+5 |