default routing table/prio: 220/220 (as 19530 was invalid)
added configure option --with-routing-table-prio=
This commit is contained in:
@@ -6,5 +6,6 @@ EXTRA_DIST = _updown.in
|
||||
_updown : _updown.in
|
||||
sed \
|
||||
-e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
|
||||
-e "s:\@IPSEC_ROUTING_TABLE_PRIO\@:$(IPSEC_ROUTING_TABLE_PRIO):" \
|
||||
$< > $@
|
||||
chmod +x $@
|
||||
|
||||
@@ -140,7 +140,7 @@ FAC_PRIO=local0.notice
|
||||
SOURCEIP_ROUTING_TABLE=@IPSEC_ROUTING_TABLE@
|
||||
#
|
||||
# priority of the sourceip routing table
|
||||
SOURCEIP_ROUTING_TABLE_PRIO=100
|
||||
SOURCEIP_ROUTING_TABLE_PRIO=@IPSEC_ROUTING_TABLE_PRIO@
|
||||
|
||||
# check interface version
|
||||
case "$PLUTO_VERSION" in
|
||||
|
||||
Reference in New Issue
Block a user