aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-11-30 06:03:59 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-11-30 06:03:59 +0000
commitb76f9cb7bce44de16aa775a032f76d60b48acd09 (patch)
tree73aacdf5c974e6c10c75541ce781d07df282395d /etc/defaults
parentb6e5ca4a88f52061b07cd7ad18fbc51f4a76ee15 (diff)
Notes
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 645a2542848b..4519e87f8458 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -390,12 +390,6 @@ gateway_enable="NO" # Set to YES if this host will be a gateway.
routed_enable="NO" # Set to YES to enable a routing daemon.
routed_program="/sbin/routed" # Name of routing daemon to use if enabled.
routed_flags="-q" # Flags for routing daemon.
-mrouted_enable="NO" # Do IPv4 multicast routing.
-mrouted_program="/usr/local/sbin/mrouted" # Name of IPv4 multicast
- # routing daemon. You need to
- # install it from package or
- # port.
-mrouted_flags="" # Flags for multicast routing daemon.
arpproxy_all="NO" # replaces obsolete kernel option ARP_PROXYALL.
forward_sourceroute="NO" # do source routing (only if gateway_enable is set to "YES")
accept_sourceroute="NO" # accept source routed packets to us