lib/junoser/parser.rb in junoser-0.2.5 vs lib/junoser/parser.rb in junoser-0.2.6
- old
+ new
@@ -5887,10 +5887,11 @@
rule(:chassis_pic_port_framing) do
b(arg.as(:arg),
c(
a(str("framing"), arg),
- a(str("speed"), arg)
+ a(str("speed"), arg),
+ a(str("channel-speed"), str("10g") | str("25g") | str("50g") | str("100g") | str("disable-auto-speed-detection"))
)
)
end
rule(:chassis_port_type) do