added --with-routing-table= configure option
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
dist_ipsec_SCRIPTS = _updown
|
||||
CLEANFILES = _updown
|
||||
dist_man8_MANS = _updown.8
|
||||
EXTRA_DIST = _updown.in
|
||||
|
||||
_updown : _updown.in
|
||||
sed \
|
||||
-e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
|
||||
$< > $@
|
||||
chmod +x $@
|
||||
|
||||
Executable → Regular
+1
-1
@@ -137,7 +137,7 @@ FAC_PRIO=local0.notice
|
||||
# must be enabled
|
||||
#
|
||||
# special routing table for sourceip routes
|
||||
SOURCEIP_ROUTING_TABLE=100
|
||||
SOURCEIP_ROUTING_TABLE=@IPSEC_ROUTING_TABLE@
|
||||
#
|
||||
# priority of the sourceip routing table
|
||||
SOURCEIP_ROUTING_TABLE_PRIO=100
|
||||
Reference in New Issue
Block a user