diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-15 09:24:49 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-08-15 09:24:49 +0900 |
commit | 2c12fa2b92c3372d8639e84be6ee89a9ab581158 (patch) | |
tree | 22de5e752ecb359f319d790bb838eee91123e315 /tools/pyang_plugins | |
parent | cdca8b5ceffd12ff702903e3369f3cafff2787ae (diff) |
mrt: support per-peer table dump with route server configuration
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 3293d9d6..a7b78b95 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -828,7 +828,12 @@ module gobgp { leaf file-name { type string; description - "Configures a file name to be written."; + "Configures a file name to be written"; + } + leaf table-name { + type string; + description + "specify the table name with route server setup"; } leaf dump-interval { type uint64; |