We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b9f3a0 commit e44392aCopy full SHA for e44392a
src/sonic-yang-models/yang-models/sonic-vrf.yang
@@ -43,6 +43,17 @@ module sonic-vrf {
43
"Enable/disable fallback feature which is useful for specified VRF user to access internet through global/main route.";
44
}
45
46
+ leaf vni {
47
+ type uint32 {
48
+ range "0..16777215" {
49
+ error-message "VNI ID out of range";
50
+ error-app-tag vnid-invalid;
51
+ }
52
53
+ default 0;
54
+ description
55
+ "VNI mapped to VRF";
56
57
} /* end of list VRF_LISt */
58
} /* end of container VRf */
59
} /* end of container sonic-vrf */
0 commit comments