From 2c12fa2b92c3372d8639e84be6ee89a9ab581158 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 15 Aug 2016 09:24:49 +0900 Subject: mrt: support per-peer table dump with route server configuration Signed-off-by: FUJITA Tomonori --- tools/pyang_plugins/gobgp.yang | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tools') 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; -- cgit v1.2.3