diff options
author | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-05-20 19:03:45 +0900 |
---|---|---|
committer | Hiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp> | 2015-05-20 19:03:45 +0900 |
commit | 34e43ed4fbabd9960a45a8a384ac8180aae39814 (patch) | |
tree | 7f3890bebfd916c00211940b063e1c0de4b63b59 /tools/pyang_plugins | |
parent | b549c670b1fa749bd047e649d77091221d348c47 (diff) |
config: change SetCommunity.Options's type to string
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r-- | tools/pyang_plugins/bgpyang2golang.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pyang_plugins/bgpyang2golang.py b/tools/pyang_plugins/bgpyang2golang.py index 765e2f12..c5912bda 100644 --- a/tools/pyang_plugins/bgpyang2golang.py +++ b/tools/pyang_plugins/bgpyang2golang.py @@ -406,6 +406,7 @@ _type_translation_map = { 'inet:ip-address': 'net.IP', 'inet:ipv4-address': 'net.IP', 'inet:as-number': 'uint32', + 'bgp-set-community-option-type' : 'string', } |