From 630f34e9f343862bcf3245a9367666f973beeb36 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Sun, 11 Oct 2015 10:55:20 +0100 Subject: 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//rp_filter entry created) before trying to set rp_filter. Bug #581 http://bugzilla.vyos.net/show_bug.cgi?id=581 --- interface-templates/ip/source-validation/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3