summaryrefslogtreecommitdiffhomepage
path: root/tools/pyang_plugins/bgpyang2golang.py
AgeCommit message (Expand)Author
2017-09-14config: Introduce Family field into AfiSafiStateIWASE Yusuke
2017-07-26config: Insert descriptions extracted from yang filesIWASE Yusuke
2017-07-26pyang_plugins: RefactorIWASE Yusuke
2017-07-26pyang_plugins: Replace map() with list comprehensionIWASE Yusuke
2017-07-26pyang_plugins: Use file descriptor passed to pluginIWASE Yusuke
2016-11-17config: simplify route-disposition configurationWataru Ishida
2016-11-14config: add json tag for config structuresWataru Ishida
2016-11-14config: use struct type instead of []byte for capability and open msgWataru Ishida
2016-11-14config: delete Equal() method for State structuresWataru Ishida
2016-07-20remove gRPC dependency from peer.goFUJITA Tomonori
2016-05-28config: handle entry's empty nameFUJITA Tomonori
2016-05-28config: fix misuse of pointersFUJITA Tomonori
2016-04-27config: don't take into account State struct in Equal()ISHIDA Wataru
2016-04-21config: simplify config structuresISHIDA Wataru
2016-04-19config: generate Equal() methodISHIDA Wataru
2016-01-25config: add openconfig identity structs in bgp_configs.goISHIDA Wataru
2016-01-25config: add go type of embeded enums defined in openconfigISHIDA Wataru
2016-01-09config: refactor config structureISHIDA Wataru
2016-01-09config: add DO NOT EDIT warningISHIDA Wataru
2016-01-09config: remove unnecessary augmentISHIDA Wataru
2016-01-09config: we don't need to modify origin PeerType nameISHIDA Wataru
2016-01-09config: remove redundant definition in gobgp.yangISHIDA Wataru
2016-01-09config: add FromInt() method to config typedefISHIDA Wataru
2016-01-09config: catch up with the latest openconfigISHIDA Wataru
2016-01-09config: change enum value type to string for ease of configurationISHIDA Wataru
2016-01-09tools: avoid adding a new option to bgpyang2golang.py and fix gobgp.yangISHIDA Wataru
2015-12-29config: use viper and support multiple configuration formatsISHIDA Wataru
2015-12-28config: make config/state variable name simpleISHIDA Wataru
2015-09-25config: add zebra redistribution configurationISHIDA Wataru
2015-08-11config: cancel as-path-set-memberHiroshi Yokoi
2015-08-11config: insert gobgp-specific elements with augment statements defined in gob...Hiroshi Yokoi
2015-08-05config: change type of Prefix in the PrefixSetNaoto Hanaue
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-05-20config: change SetCommunity.Options's type to stringHiroshi Yokoi
2015-04-24config: add bgp-policy configurationHiroshi Yokoi
2015-03-11config: add routing-policy containersHiroshi Yokoi
2015-03-03config: make a field name same to its type nameHiroshi Yokoi
2015-03-03tools: add README for yang pluginFUJITA Tomonori
2015-03-03tools: update pyang plugin for the change of the yang file's nameFUJITA Tomonori
2015-03-03pyang_plugin: remove unused codesHiroshi Yokoi
2015-03-03config: skip identity and use string as the data typeHiroshi Yokoi
2015-03-03pyang_plugin: use struct embedding if it's a child container.Hiroshi Yokoi
2015-01-29config: support enum value and add ietf yang filesHiroshi Yokoi
2014-11-17pyang_plugin: fix bug that prints container type as listHiroshi Yokoi
2014-11-17pyang_plugin: modify type translation rule and copyrightHiroshi Yokoi
2014-11-13pyang_plugin: fixed TypeErrorHiroshi Yokoi
2014-11-11correct pep8 warningsHiroshi Yokoi
2014-11-11support typedef and identityHiroshi Yokoi
2014-11-10add pyang_plugin and yang filesHiroshi Yokoi