diff options
Diffstat (limited to 'tools')
-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; |