From 63d03dab164bb44ce4747629f14a022086aac3ec Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 12 Nov 2013 12:35:23 -0500 Subject: Teach Quagga about accept filtering, either custom or a per-interface settign to deny certain routes delivered from remote OSPF peers. This should finally solve the Multi-WAN+VPN issue with learned routes for interconnects preventing a VPN from restarting. Fixes #2712 --- config/quagga_ospfd/quagga_ospfd_interfaces.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/quagga_ospfd/quagga_ospfd_interfaces.xml') diff --git a/config/quagga_ospfd/quagga_ospfd_interfaces.xml b/config/quagga_ospfd/quagga_ospfd_interfaces.xml index 21bc877f..beb6f2b0 100644 --- a/config/quagga_ospfd/quagga_ospfd_interfaces.xml +++ b/config/quagga_ospfd/quagga_ospfd_interfaces.xml @@ -86,6 +86,12 @@ Prevent transmission and reception of OSPF packets on this interface. The specified interface will be announced as a stub network. checkbox + + Accept Filter + acceptfilter + Do not add routes for this interface subnet from OSPF into the routing table. (Suggested for Multi-WAN environments). + checkbox + Enable MD5 password for this Quagga OSPFd interface (default no) md5password -- cgit v1.2.3