index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
config
/
bgp_configs.go
Age
Commit message (
Expand
)
Author
2015-04-24
config: add bgp-policy configuration
Hiroshi Yokoi
2015-03-11
config: use global-address-family-configuration
Hiroshi Yokoi
2015-03-11
config: add routing-policy containers
Hiroshi Yokoi
2015-03-03
config: make a field name same to its type name
Hiroshi Yokoi
2015-03-03
update the whole code for the latest openconfig yang files
FUJITA Tomonori
2015-03-03
config: remove time.Time in BgpNeighborCommonStateType
FUJITA Tomonori
2015-03-03
config: remove starttime in BgpGlobalStateType struct
FUJITA Tomonori
2015-02-16
server: support discarded counters
FUJITA Tomonori
2015-01-29
config: support enum value and add ietf yang files
Hiroshi Yokoi
2015-01-29
config: fix BGP_ORIGIN_ATTR_TYPE_ values
FUJITA Tomonori
2015-01-18
server: support idlehold time after reset
FUJITA Tomonori
2015-01-17
server: implement OutQ and Flops support
FUJITA Tomonori
2015-01-17
cli: update show neighbors output
FUJITA Tomonori
2014-12-25
server: update state and counter properly
FUJITA Tomonori
2014-12-23
server: update Uptime and UpdateRecvTime
FUJITA Tomonori
2014-12-15
add field to BgpAfCommonStateType
Hiroshi Yokoi
2014-12-12
add field to BgpGlobalStateType
Hiroshi Yokoi
2014-12-12
add fields of BgpNeighborCommonStateType
Hiroshi Yokoi
2014-11-17
pyang_plugin: fix bug that prints container type as list
Hiroshi Yokoi
2014-11-17
config: regenerate bgp_configs.go with the latest pyang_plugin
Hiroshi Yokoi
2014-11-15
add data structures for configuration
Hiroshi Yokoi