summaryrefslogtreecommitdiffhomepage
path: root/config/bgp_configs.go
AgeCommit message (Expand)Author
2015-08-13config: add rpki configurationNaoto Hanaue
2015-08-12rpki: don't show validation result if rpki disabledFUJITA Tomonori
2015-08-11config: add structure to be used in the match of the validation result of rpkiNaoto Hanaue
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-11config: rename distributed-policy to in-policyNaoto Hanaue
2015-08-08config: add the structure that holds the state of administrator operatingNaoto Hanaue
2015-08-05config: change type of Prefix in the PrefixSetNaoto Hanaue
2015-08-05config: change the structure of Neighbor.RouteServer as the Neighbor.RouteRef...Naoto Hanaue
2015-08-05config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet a...Naoto Hanaue
2015-07-31config: use the latest openconfig yangHiroshi Yokoi
2015-07-11policy: support aspath prepend actionHiroshi Yokoi
2015-07-01policy: distribute policyHiroshi Yokoi
2015-05-20config: change SetCommunity.Options's type to stringHiroshi Yokoi
2015-04-24config: add bgp-policy configurationHiroshi Yokoi
2015-03-11config: use global-address-family-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-03update the whole code for the latest openconfig yang filesFUJITA Tomonori
2015-03-03config: remove time.Time in BgpNeighborCommonStateTypeFUJITA Tomonori
2015-03-03config: remove starttime in BgpGlobalStateType structFUJITA Tomonori
2015-02-16server: support discarded countersFUJITA Tomonori
2015-01-29config: support enum value and add ietf yang filesHiroshi Yokoi
2015-01-29config: fix BGP_ORIGIN_ATTR_TYPE_ valuesFUJITA Tomonori
2015-01-18server: support idlehold time after resetFUJITA Tomonori
2015-01-17server: implement OutQ and Flops supportFUJITA Tomonori
2015-01-17cli: update show neighbors outputFUJITA Tomonori
2014-12-25server: update state and counter properlyFUJITA Tomonori
2014-12-23server: update Uptime and UpdateRecvTimeFUJITA Tomonori
2014-12-15add field to BgpAfCommonStateTypeHiroshi Yokoi
2014-12-12add field to BgpGlobalStateTypeHiroshi Yokoi
2014-12-12add fields of BgpNeighborCommonStateTypeHiroshi Yokoi
2014-11-17pyang_plugin: fix bug that prints container type as listHiroshi Yokoi
2014-11-17config: regenerate bgp_configs.go with the latest pyang_pluginHiroshi Yokoi
2014-11-15add data structures for configurationHiroshi Yokoi