Skip to content

v1.26

Compare
Choose a tag to compare
@fujita fujita released this 02 Dec 04:13
· 1015 commits to master since this release

Changelog

bfce16b GoBGP 1.26
76c289e packet/bgp: Use fixed len types in FlowSpec components
5440f32 test/lib: Allow unconfigured peer-as for Unnumbered BGP
9225bec cmd: fix getNeighbor() to take bogus neighbor name
b1953e8 cmd/neighbor: Refactor ShowRoute()
d20111f cmd/neighbor: Avoid shifted RIB display
4ed3691 cmd/neighbor: Separate Show RPKI info logic from Show RIB logic
68d2478 packet/bgp: Use regexp to parse FlowSpec rules
35c79d8 packet/bgp: Refactor construction of FlowSpec rules string
8e98018 packet/bgp: Invert FlowSpec bitmask operand position
8fd741d cli: Return error when no RD for VPN FlowSpec
d2c16ca cli: Improve arguments extraction for FlowSpec rules
412548f packet/bgp: Sort FlowSpec rules when decoding/creating
d3adb6d config: allow unconfigured peer ASN
ab756c8 table: fix merging of v4 paths with addpath enabled
af72360 table: use Path's hash value for merging
2c2cd2b table: add attribute hash value to Path structure
3730a17 table: avoid unnecessary attributes in Path object
667ffe3 server: Allow 0 value to roaManager.AS for library usage
cf94bda server: adminDown operation wrongly resets State.PeerAs
473d39e cli: ESI Label advertisement on EVPN Ethernet Auto-discovery Route
511535e server: Auto derived ES-Import RT for EVPN Ethernet Segment route
bbd560c cli: Router's MAC advertisement on EVPN Prefix Route
1196e65 packet/bgp: Support EVPN Router's MAC Extended Community
e3cadd7 packet/bgp: Zeros if GW in EVPN Prefix route omitted
9ea6e5f packet/bgp: Check range of EVPN related Label field
a61d709 cli: Support ESI in EVPN macadv and prefix routes
9e8aa85 cli: EVPN Ethernet Segment Route advertisement
517a943 packet/bgp: Use ESI str in EVPN Ethernet Segment Route
794a164 packet/bgp: Avoid raw binary in EVPN ESI string
2d80501 packet/bgp: Use decimal AS number in EVPN ESI
d40fc9f cli: EVPN Ethernet Auto-discovery Route advertisement
5713ff2 packet/bgp: EVPN ESI parser from string slice
f974b98 cli: Use network IP address for EVPN Prefix route
b94f12f cli: Missing keywords for EVPN Prefix Route
cb32861 cli: Support keyword args for EVPN macadv and multicast
4132d48 gobgp/cmd/global: Align indentation in usage
051b335 gobgp/cmd/global: Remove unused argument
a1b2ef3 gobgp/cmd/global: Fix name collision "net"
0564b24 packet/bgp: Rename snake case to camel case
1985845 packet/bgp: fix flowspec parser about cmd badly args
f32673b api: Activate address family using Peer.AfiSafis
6c6cd6e api: Define constants for address families
b54aa7f api/grpc_server: Remove redundant loop for gRPC server
e6a7cfd api/grpc_server: Avoid name collision "server"
9f330e6 api/grpc_server: Use make() for an empty slice declaration
e984c69 api/grpc_server: Avoid index error when invalid set-med value
ab8ba07 cli: Support address families when adding neighbor
ab95321 config: Properly set config of PeerGroup member
5c16d53 test: Add scenario test for BGP Confederation


Automated with GoReleaser
Built with go version go1.9 linux/amd64