lib/junoser/parser.rb in junoser-0.5.0 vs lib/junoser/parser.rb in junoser-0.5.1
- old
+ new
@@ -6727,14 +6727,14 @@
b(str("auto-negotiation"),
sc(
str("auto-negotiate-10-100")
)
).as(:oneline),
- str("ethernet-10m"),
- str("ethernet-100m"),
- str("ethernet-1g"),
- str("ethernet-10g")
+ str("10m"),
+ str("100m"),
+ str("1g"),
+ str("10g")
)
)
),
b(str("802.3ad"),
c(
@@ -10903,11 +10903,11 @@
),
str("lldp-priority"),
str("fast-poe"),
str("perpetual-poe"),
a(str("interface"), str("all") | str("all-extended") | arg,
- c(
+ sc(
str("disable"),
b(str("priority"),
(str("low") | str("high"))
),
a(str("maximum-power"), arg),
@@ -10915,13 +10915,26 @@
c(
str("disable"),
a(str("interval"), arg),
a(str("duration"), arg)
)
- )
+ ),
+ str("af-mode"),
+ str("high-power"),
+ str("ultrahigh-power")
)
- )
+ ).as(:oneline),
+ a(str("fpc"), enum(str("all") | str("fpc-slot-number")),
+ sc(
+ b(str("management"),
+ (str("static") | str("class"))
+ ),
+ a(str("guard-band"), arg),
+ a(str("maximum-power"), arg),
+ str("lldp-priority")
+ )
+ ).as(:oneline)
)
),
b(str("dynamic-profiles"),
juniper_dynamic_profile_object
),
@@ -32126,14 +32139,14 @@
b(str("auto-negotiation"),
sc(
str("auto-negotiate-10-100")
)
).as(:oneline),
- str("ethernet-10m"),
- str("ethernet-100m"),
- str("ethernet-1g"),
- str("ethernet-10g")
+ str("10m"),
+ str("100m"),
+ str("1g"),
+ str("10g")
)
)
),
b(str("802.3ad"),
c(
@@ -47894,14 +47907,14 @@
b(str("auto-negotiation"),
sc(
str("auto-negotiate-10-100")
)
).as(:oneline),
- str("ethernet-10m"),
- str("ethernet-100m"),
- str("ethernet-1g"),
- str("ethernet-10g")
+ str("10m"),
+ str("100m"),
+ str("1g"),
+ str("10g")
)
)
),
b(str("802.3ad"),
c(
@@ -51524,14 +51537,14 @@
b(str("auto-negotiation"),
sc(
str("auto-negotiate-10-100")
)
).as(:oneline),
- str("ethernet-10m"),
- str("ethernet-100m"),
- str("ethernet-1g"),
- str("ethernet-10g")
+ str("10m"),
+ str("100m"),
+ str("1g"),
+ str("10g")
)
)
),
b(str("802.3ad"),
c(
@@ -110788,10 +110801,11 @@
),
b(str("detection-time"),
c(
a(str("threshold"), arg)
)
- )
+ ),
+ str("single-hop")
)
),
a(str("authentication-key"), arg)
)
)