summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins
diff options
context:
space:
mode:
authorHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-05-20 19:03:45 +0900
committerHiroshi Yokoi <yokoi.hiroshi@po.ntts.co.jp>2015-05-20 19:03:45 +0900
commit34e43ed4fbabd9960a45a8a384ac8180aae39814 (patch)
tree7f3890bebfd916c00211940b063e1c0de4b63b59 /tools/pyang_plugins
parentb549c670b1fa749bd047e649d77091221d348c47 (diff)
config: change SetCommunity.Options's type to string
Diffstat (limited to 'tools/pyang_plugins')
-rw-r--r--tools/pyang_plugins/bgpyang2golang.py1
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',
}