From f96731947f2f53a65171aace0bfafe497f523d59 Mon Sep 17 00:00:00 2001 From: Cheeze-It <16260577+Cheeze-It@users.noreply.github.com> Date: Sat, 26 Nov 2022 10:28:57 -0700 Subject: ospf: T4739: Adding missing OSPF FRR template Adding the parameters that were missing to the OSPF FRR template. --- data/templates/frr/ospfd.frr.j2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/templates/frr/ospfd.frr.j2') diff --git a/data/templates/frr/ospfd.frr.j2 b/data/templates/frr/ospfd.frr.j2 index 2a8afefbc..882ec8f97 100644 --- a/data/templates/frr/ospfd.frr.j2 +++ b/data/templates/frr/ospfd.frr.j2 @@ -161,6 +161,12 @@ router ospf {{ 'vrf ' ~ vrf if vrf is vyos_defined }} {% if parameters.abr_type is vyos_defined %} ospf abr-type {{ parameters.abr_type }} {% endif %} +{% if parameters.opaque_lsa is vyos_defined %} + ospf opaque-lsa +{% endif %} +{% if parameters.rfc1583_compatibility is vyos_defined %} + ospf rfc1583compatibility +{% endif %} {% if parameters.router_id is vyos_defined %} ospf router-id {{ parameters.router_id }} {% endif %} -- cgit v1.2.3