gre-on-freebsd.md
... ...
@@ -15,5 +15,6 @@ This page describes how to configure GRE tunnels on FreeBSD.
15 15
16 16
## Create a persistent gre tunnel
17 17
Add this to your rc.conf.
18
+
18 19
cloned_interfaces="$cloned_interfaces gre0"
19 20
ifconfig_gre0="10.0.0.1 10.0.0.2 netmask 0xffffffff tunnel 1.2.3.4 5.6.7.8 descr foo"
... ...
\ No newline at end of file