File tree 2 files changed +15
-15
lines changed
src/sonic-yang-models/yang-models
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ module sonic-interface {
21
21
import sonic-vrf {
22
22
prefix vrf;
23
23
}
24
-
25
- import sonic-vnet {
26
- prefix svnet;
27
- }
24
+
25
+ import sonic-vnet {
26
+ prefix svnet;
27
+ }
28
28
29
29
description "INTERFACE yang Module for SONiC OS" ;
30
30
@@ -63,13 +63,13 @@ module sonic-interface {
63
63
path "/vrf:sonic-vrf/vrf:VRF/vrf:VRF_LIST/vrf:name" ;
64
64
}
65
65
}
66
-
66
+
67
67
leaf vnet_name {
68
68
description "Reference to the name of a VNET in sonic-vnet model" ;
69
- type leafref {
70
- path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name" ;
71
- }
72
- }
69
+ type leafref {
70
+ path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name" ;
71
+ }
72
+ }
73
73
74
74
leaf nat_zone {
75
75
description "NAT Zone for the interface" ;
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ module sonic-vlan {
40
40
import sonic-interface {
41
41
prefix intf;
42
42
}
43
-
43
+
44
44
import sonic-vnet {
45
- prefix svnet;
46
- }
45
+ prefix svnet;
46
+ }
47
47
48
48
description "VLAN yang Module for SONiC OS" ;
49
49
@@ -96,9 +96,9 @@ module sonic-vlan {
96
96
97
97
leaf vnet_name {
98
98
description "Reference to the name of a VNET in sonic-vnet model" ;
99
- type leafref {
100
- path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name" ;
101
- }
99
+ type leafref {
100
+ path "/svnet:sonic-vnet/svnet:VNET/svnet:VNET_LIST/svnet:name" ;
101
+ }
102
102
}
103
103
104
104
leaf nat_zone {
You can’t perform that action at this time.
0 commit comments