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
Age
Commit message (
Expand
)
Author
2017-04-17
cli: tls support
Wataru Ishida
2017-04-17
"gobgp neighbor NEIGHBOR" output shows local capabiity as remote one.
kishiguro
2017-04-17
bmp: BMP Route Monitoring for Local RIB routes
IWASE Yusuke
2017-04-17
config/bgp_configs: Constant for Local RIB in BMP
IWASE Yusuke
2017-04-17
packet/bmp: Obsolete policy argument for BMPPeerHeader
IWASE Yusuke
2017-04-17
packet/bmp: Missing Constants for BMP RFC7854
IWASE Yusuke
2017-04-12
don't To4() nexthop address when AFI is not IPv4
ISHIDA Wataru
2017-04-04
doc: fix README formatting
FUJITA Tomonori
2017-04-04
GoBGP 1.18
FUJITA Tomonori
2017-04-04
test: add test for unnumbered bgp feature
ISHIDA Wataru
2017-04-04
docs: add doc for unnumberd BGP
ISHIDA Wataru
2017-04-04
skip asn negotiation for BGP unnumbered peers
ISHIDA Wataru
2017-04-04
packet/bgp: add extended-nexthop capability
ISHIDA Wataru
2017-04-04
config: enabled IPv4/IPv6 unicast for BGP unnumbered peer by default
ISHIDA Wataru
2017-04-04
table: handle paths with IPv4 NLRI and IPv6 nexthop properly
ISHIDA Wataru
2017-04-04
packet/bgp: fix mp-reach-nlri attribute decoder/encoder
ISHIDA Wataru
2017-04-04
table: fix bug of UpdatePathAttrs() with ipv6 link-local peer
ISHIDA Wataru
2017-04-04
server: fix bug of wrongly set <nil> to PeerInfo.LocalAddress
ISHIDA Wataru
2017-04-04
client: fix bug of getting unnumbered neighbor
ISHIDA Wataru
2017-04-02
cli: don't calculate # of advertised routes when not necessary
Wataru Ishida
2017-04-01
zebra/zapi: Fix offset calculation in IPRouteBody
IWASE Yusuke
2017-04-01
server: fix GetRib() to handle error properly
hepeng
2017-03-27
server: fix table query with shorter-prefixes option
FUJITA Tomonori
2017-03-27
drop go1.5 support
FUJITA Tomonori
2017-03-27
config/default: Fix the default for Zebra.Config.Version
IWASE Yusuke
2017-03-27
server/zclient: Retry Zebra message version negotiation
IWASE Yusuke
2017-03-21
Fix for gobgp global rib <ip>
Nils Juenemann
2017-03-19
table: handle IPv4-Mapped IPv6 Address as v6
FUJITA Tomonori
2017-03-17
scenario_test: Test for NextHop Tracking with Zebra
IWASE Yusuke
2017-03-17
scenario_test: Support OSPFd in Quagga container
IWASE Yusuke
2017-03-17
scenario_test: Enable to start OSPFd in GoBGP container
IWASE Yusuke
2017-03-16
test/lib/quagga: Avoid ambiguous command "en"
IWASE Yusuke
2017-03-16
test/lib: Enable to disply name of config file
IWASE Yusuke
2017-03-16
test/lib: Move noseplugin.py to test/lib module directory
IWASE Yusuke
2017-03-16
scenario_test: pep8 and pylint improvements
IWASE Yusuke
2017-03-16
test/lib: pep8 and pylint improvements
IWASE Yusuke
2017-03-16
inspect: Add settings for pep8 and pylint
IWASE Yusuke
2017-03-16
scenario_test: "--force" option to remove directories
IWASE Yusuke
2017-03-16
jenkins-build-script: Add shebang line
IWASE Yusuke
2017-03-07
scenario_test: Remove "sudo" command for running tests
IWASE Yusuke
2017-03-06
config: update yang file
FUJITA Tomonori
2017-03-06
zebra/zapi: Implement String() method to Body interface
IWASE Yusuke
2017-03-06
server/zclient: Dampening for Nexthop Tracking
IWASE Yusuke
2017-03-06
config: Config values for Nexthop Tracking with ZClient
IWASE Yusuke
2017-03-06
cli: Enable to get nexthop reachability state
IWASE Yusuke
2017-03-06
server/zclient: Update nexthop state based on NEXTHOP_UPDATE
IWASE Yusuke
2017-03-06
server/zclient: Register nexthop for Nexthop Tracking
IWASE Yusuke
2017-03-06
table/table_manager: Enable to select paths with nexthop
IWASE Yusuke
2017-03-06
table/path: Enable to stringify nexthop reachability
IWASE Yusuke
2017-03-06
table: Evaluate best path based on nexthop reachability
IWASE Yusuke
[next]