lib/junoser/parser.rb in junoser-0.4.3 vs lib/junoser/parser.rb in junoser-0.4.4
- old
+ new
@@ -8744,11 +8744,11 @@
arg
)
).as(:oneline),
b(str("snmp"),
c(
- a(str("system-name"), arg),
+ a(str("name"), quote | arg),
a(str("description"), quote | arg),
a(str("location"), quote | arg),
a(str("contact"), quote | arg),
b(str("interface"),
interface_name
@@ -14287,10 +14287,10 @@
),
a(str("hello-timer"), arg),
b(str("suppress-tlv-advertisement"),
(str("MANAGEMENT_ADDRESS") | str("SYSTEM_CAPABILITIES") | str("SYSTEM_DESCRIPTION") | str("SYSTEM_NAME") | str("PORT_DESCRIPTION") | str("PORT_ID") | str("CHASSIS_ID"))
),
- a(str("system-name"), arg),
+ a(str("name"), quote | arg),
a(str("system-description"), arg),
a(str("chassis-id"), arg),
b(str("chassis-id-type"),
(str("CHASSIS_COMPONENT") | str("INTERFACE_ALIAS") | str("PORT_COMPONENT") | str("MAC_ADDRESS") | str("NETWORK_ADDRESS") | str("INTERFACE_NAME") | str("LOCAL"))
)