Skip to content

Commit

Permalink
[YANG MODEL] Add vni to vrf yang file
Browse files Browse the repository at this point in the history
Signed-off-by: irene_pan <irene_pan@edge-core.com>
  • Loading branch information
irene-pan1202 committed Nov 23, 2022
1 parent faef4c6 commit 1ad9227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sonic-yang-models/yang-models/sonic-vrf.yang
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ module sonic-vrf {
"Enable/disable fallback feature which is useful for specified VRF user to access internet through global/main route.";
}

leaf vni {
type uint32 {
range 1..16777215;
}
}

} /* end of list VRF_LISt */
} /* end of container VRf */
} /* end of container sonic-vrf */
Expand Down

0 comments on commit 1ad9227

Please sign in to comment.