diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-02 00:03:41 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-11-03 02:49:59 -0700 |
commit | be9918a163a20a7a885dc9206a733d983ee76b3a (patch) | |
tree | c73975d94321a1a02429fb6ad0d3e0373c3f4813 /tools/pyang_plugins | |
parent | c7653aa9d4276098a7a6b5ade5ffce5bf5d089e8 (diff) |
remove label allocation completely
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 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index 2b1883cf..03b3d5bd 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1044,19 +1044,6 @@ module gobgp { uses collector-set; } - augment "/bgp:bgp/bgp:global" { - container mpls-label-range { - description "mpls labal range"; - - leaf min-label { - type uint32; - } - leaf max-label { - type uint32; - } - } - } - grouping listen-config { leaf port { type int32; |