aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2014-01-14 14:20:59 +0100
committerErmal Luçi <eri@pfsense.org>2014-01-14 14:20:59 +0100
commitf3d636fb0d0c64159a449f22da9671ac3732a195 (patch)
tree8d46af9e4b8c970e649b4ba9b2d0c8413b0ddd71 /config/openbgpd
parentebef25e662806d7a05a91012553d3b0ffb406fb6 (diff)
downloadpfsense-packages-f3d636fb0d0c64159a449f22da9671ac3732a195.tar.gz
pfsense-packages-f3d636fb0d0c64159a449f22da9671ac3732a195.tar.bz2
pfsense-packages-f3d636fb0d0c64159a449f22da9671ac3732a195.zip
Set use ipsec sysctl to allow md5 to work properly.
Diffstat (limited to 'config/openbgpd')
-rw-r--r--config/openbgpd/openbgpd.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/openbgpd/openbgpd.inc b/config/openbgpd/openbgpd.inc
index e1619a55..435d9a45 100644
--- a/config/openbgpd/openbgpd.inc
+++ b/config/openbgpd/openbgpd.inc
@@ -1,6 +1,4 @@
<?php
-
-/* $Id$ */
/*
openbgpd.inc
Copyright (C) 2007 Scott Ullrich (sullrich@gmail.com)
@@ -212,6 +210,7 @@ EOF;
)
);
+ $_gb = exec("/sbin/sysctl net.inet.ip.ipsec_in_use=1");
// bgpd process running? if so reload, else start.
if(is_openbgpd_running() == true) {
exec("{$pkg_bin}/bgpctl reload");