summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-28 20:41:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-28 20:41:21 +0000
commit2d96e51d73e99e4112ac3c8562a2520d6f9b924d (patch)
tree89d68a9d772ce7103318f13c5a0bb1642e069c37 /etc/inc/services.inc
parent43066106756d26db528e6d585b98037d59b6a607 (diff)
downloadpfsense-2d96e51d73e99e4112ac3c8562a2520d6f9b924d.zip
pfsense-2d96e51d73e99e4112ac3c8562a2520d6f9b924d.tar.gz
Add HNA4 directive
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc22
1 files changed, 1 insertions, 21 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 648ffff..462bf1d 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -911,31 +911,11 @@ IpVersion 4
ClearScreen yes
-# HNA IPv4 routes
-# syntax: netaddr netmask
-# Example Internet gateway:
-# 0.0.0.0 0.0.0.0
-
Hna4
{
-# Internet gateway:
-# 0.0.0.0 0.0.0.0
-# more entries can be added:
-# 192.168.1.0 255.255.255.0
+ 0.0.0.0 0.0.0.0
}
-# HNA IPv6 routes
-# syntax: netaddr prefix
-# Example Internet gateway:
-Hna6
-{
-# Internet gateway:
-# :: 0
-# more entries can be added:
-# fec0:2200:106:: 48
-}
-
-
# Should olsrd keep on running even if there are
# no interfaces available? This is a good idea
# for a PCMCIA/USB hotswap environment.
OpenPOWER on IntegriCloud