diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2016-02-04 14:24:18 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-04 23:34:24 -0800 |
commit | c9436bc7218800ef6911dab6eed7d7ddf3378e94 (patch) | |
tree | 6001d367aa133e28fddb460647c37e3ac5aef168 /tools | |
parent | 7f6831ce1228e42b717f5bf3e507ddae06483ba1 (diff) |
server: add support specifying addresses to listen
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 29e3342d..0a60ac6f 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -726,6 +726,9 @@ module gobgp { leaf port { type int32; } + leaf-list local-address { + type string; + } } } } |