diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-05-16 11:41:04 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-05-22 12:10:07 +0900 |
commit | fa1378f58bb6306e0c327f2a69a798a46c9865a4 (patch) | |
tree | 688d42e6befce07837714d86383c65ce605bd5d4 /tools/pyang_plugins | |
parent | d2840e6760b0a2576b9f4cab7bca0a1d10d8b84d (diff) |
bmp: Obsolete "both" option for route-monitoring-policy
Because of the introduction of "local-rib" and "all" options for
route-monitoring-policy, this patch obsoletes "both" option.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index fd1551ea..47f34540 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -46,7 +46,7 @@ module gobgp { } enum BOTH { value 2; - description "send both pre and post-policy routes"; + description "!OBSOLETED! send both pre and post-policy routes"; } enum LOCAL-RIB { value 3; |