diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-26 01:11:22 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-04-26 07:20:47 +0900 |
commit | 21938add9f67de5bea1ac7ccb4b21b24a996437b (patch) | |
tree | 59b9dc1376f153d03031bf5c20aeef2cd8f34f89 /tools | |
parent | f1e1329dab8183214c9727a80debd2d40d283d93 (diff) |
move NeighborPortNumber config to transport.Config
More appropriate.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index bba39762..6650711d 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -585,8 +585,8 @@ module gobgp { } - augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:config" { - leaf neighbor-port-number { + augment "/bgp:bgp/bgp:neighbors/bgp:neighbor/bgp:transport/bgp:config" { + leaf remote-port { type inet:port-number; } } |