summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-23 16:16:04 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-23 16:16:04 +0000
commit9c57a16118e20b7385bb151c32ae1e6c06da9387 (patch)
tree5cdf18681ddd17f81233a7093da52fc9926c702d
parent3650492133242ff4126e47d7ce2e3dd7c0437bb2 (diff)
downloadpfsense-9c57a16118e20b7385bb151c32ae1e6c06da9387.zip
pfsense-9c57a16118e20b7385bb151c32ae1e6c06da9387.tar.gz
Handle GRE/GIF during bootup
-rwxr-xr-xetc/rc.bootup6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index f520b09..d922ff5 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -149,6 +149,12 @@
if(!$debugging)
unmute_kernel_msgs();
+ /* set up GRE virtual interfaces */
+ interfaces_gre_configure();
+
+ /* set up GIF virtual interfaces */
+ interfaces_gif_configure();
+
/* bring up carp interfaces */
interfaces_carp_configure();
OpenPOWER on IntegriCloud