lib/junoser/parser.rb in junoser-0.2.0 vs lib/junoser/parser.rb in junoser-0.2.1
- old
+ new
@@ -18279,11 +18279,11 @@
),
b(str("version9"),
c(
b(str("template"),
c(
- a(str("template-name"), arg)
+ arg
)
)
)
)
)
@@ -26809,12 +26809,11 @@
c(
c(
a(str("static-lsp"), arg),
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26826,12 +26825,11 @@
str("create-new-ucast-tunnel"),
b(str("label-switched-path"),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26867,12 +26865,11 @@
str("create-new-ucast-tunnel"),
b(str("label-switched-path"),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26883,12 +26880,11 @@
c(
c(
a(str("static-lsp"), arg),
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26918,12 +26914,11 @@
str("create-new-ucast-tunnel"),
b(str("label-switched-path"),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26934,12 +26929,11 @@
c(
c(
a(str("static-lsp"), arg),
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26969,12 +26963,11 @@
str("create-new-ucast-tunnel"),
b(str("label-switched-path"),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -26985,12 +26978,11 @@
c(
c(
a(str("static-lsp"), arg),
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -27015,12 +27007,11 @@
str("create-new-ucast-tunnel"),
b(str("label-switched-path"),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -27031,12 +27022,11 @@
c(
c(
a(str("static-lsp"), arg),
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
)
)
@@ -29571,12 +29561,11 @@
c(
b(a(str("rsvp-te"), arg),
c(
b(str("label-switched-path-template"),
c(
- c(
- a(str("template-name"), arg),
+ ca(
str("default-template")
)
)
),
b(str("destination-networks"),
@@ -34785,11 +34774,11 @@
),
b(str("version9"),
c(
b(str("template"),
c(
- a(str("template-name"), arg)
+ arg
)
)
)
)
)
@@ -34861,11 +34850,11 @@
),
b(str("version9"),
c(
b(str("template"),
c(
- a(str("template-name"), arg)
+ arg
)
)
)
),
a(str("version"), arg)
@@ -37445,20 +37434,28 @@
a(str("packets"), arg),
a(str("seconds"), arg)
)
),
c(
- str("mpls-ipv4-template"),
- str("mpls-template"),
+ b(str("mpls-ipv4-template"),
+ a(str("label-position"), any)
+ ),
+ b(str("mpls-template"),
+ a(str("label-position"), any)
+ ),
b(str("ipv6-template"),
c(
str("nexthop-options")
)
),
str("peer-as-billing-template"),
b(str("ipv4-template"),
c(
- str("nexthop-options")
+ b(str("nexthop-options"),
+ b(str("mpls"),
+ a(str("label-position"), any)
+ )
+ )
)
)
)
)
)