diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-11-11 22:54:21 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-12-21 19:28:25 +0900 |
commit | 406efffa74eadb44826e4b464dc2fbabdddf72c4 (patch) | |
tree | 78ba4c1b69ed3272e76175c70b26b2839b93130d /tools/pyang_plugins | |
parent | e71fb3a3ae6129573f50848f7af8e83eb8a4d7e2 (diff) |
*: add global listen port configuration
if port < 0, gobgpd won't listen on tcp:179
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 1f0f7474..c849127e 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -681,4 +681,12 @@ module bgp-gobgp { } } } + + augment "/bgp:bgp/bgp:global" { + container listen-config { + leaf port { + type int32; + } + } + } } |