added --with-routing-table= configure option

This commit is contained in:
Martin Willi
2007-08-27 11:15:35 +00:00
parent 98f97433af
commit 4e411c8361
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -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 $@
+1 -1
View File
@@ -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