We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e813d6 commit 30aaee4Copy full SHA for 30aaee4
specs/network/interface/ethernet.yaml
@@ -85,6 +85,19 @@ imports:
85
- variant: layer3
86
type: template
87
locations:
88
+ - name: vsys
89
+ required: true
90
+ xpath:
91
+ path:
92
+ - vsys
93
+ - $vsys
94
+ - import
95
+ - network
96
+ - interface
97
+ vars:
98
+ - name: "vsys"
99
+ description: "The vsys."
100
+ default: "vsys1"
101
- name: virtual-router
102
xpath:
103
path:
@@ -115,19 +128,6 @@ imports:
115
128
description: Logical Router Name
116
129
- name: vrf
117
130
description: Logical Router VRF
118
- - name: vsys
119
- required: true
120
- xpath:
121
- path:
122
- - vsys
123
- - $vsys
124
- - import
125
- - network
126
- - interface
127
- vars:
- - name: "vsys"
- description: "The vsys."
- default: "vsys1"
131
- name: zone
132
133
0 commit comments