summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Harpin <development@landsofshadow.co.uk>2015-10-11 10:55:20 +0100
committerAlex Harpin <development@landsofshadow.co.uk>2015-10-11 10:55:20 +0100
commit630f34e9f343862bcf3245a9367666f973beeb36 (patch)
tree4f4017c04e261c11957ed7304e64ae531ec35fa6
parent6ce7229421355117ccd54398a92a4cbe8996dc19 (diff)
downloadvyatta-cfg-quagga-630f34e9f343862bcf3245a9367666f973beeb36.tar.gz
vyatta-cfg-quagga-630f34e9f343862bcf3245a9367666f973beeb36.zip
vyatta-cfg-quagga: set source-validation node priority after interface
Add a priority of 500 to the source-validation node to ensure dynamically created interfaces are set up (and have the corresponding /proc/sys/net/ipv4/conf/<interface>/rp_filter entry created) before trying to set rp_filter. Bug #581 http://bugzilla.vyos.net/show_bug.cgi?id=581
-rw-r--r--interface-templates/ip/source-validation/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-templates/ip/source-validation/node.def b/interface-templates/ip/source-validation/node.def
index 4e80e4f0..036bf0c2 100644
--- a/interface-templates/ip/source-validation/node.def
+++ b/interface-templates/ip/source-validation/node.def
@@ -3,8 +3,8 @@
# The max value from conf/{all,interface}/rp_filter is used
# when doing source validation on the {interface}.
+priority: 500
type: txt
-
help: Policy for source validation by reversed path, as specified in RFC3704
val_help: strict; Enable Strict Reverse Path Forwarding as defined in RFC3704