lib/junoser/parser.rb in junoser-0.2.7 vs lib/junoser/parser.rb in junoser-0.2.8
- old
+ new
@@ -5546,11 +5546,20 @@
)
)
),
b(str("forwarding-options"),
c(
- a(str("num-65-127-prefix"), arg),
- str("lpm-profile prefix-65-127-disable")
+ b((str("l2-profile-one") | str("l2-profile-two") | str("l2-profile-three") | str("l3-profile")),
+ c(
+ a(str("num-65-127-prefix"), arg),
+ )
+ ),
+ b(str("lpm-profile"),
+ c(
+ str("prefix-65-127-disable"),
+ str("unicast-in-lpm")
+ )
+ )
)
)
)
end