diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 03b3d5bd..6729349d 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -689,12 +689,18 @@ module gobgp { leaf neighbor-interface { type string; } + leaf vrf { + type string; + } } augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:state" { leaf neighbor-interface { type string; } + leaf vrf { + type string; + } } augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:state" { |