summaryrefslogtreecommitdiffhomepage
path: root/packet/bgp/bgp_test.go
AgeCommit message (Expand)Author
2017-12-17packet/bgp: use strconv.FormatInt() instead of strconv.Itoa() in testsVincent Bernat
2017-12-06packet/bgp: JSON encode of MP_UNREACH_NLRI attributeVincent Bernat
2017-11-28packet/bgp: Use fixed len types in FlowSpec componentsIWASE Yusuke
2017-11-24packet/bgp: Sort FlowSpec rules when decoding/creatingIWASE Yusuke
2017-11-21packet/bgp: EVPN ESI parser from string sliceIWASE Yusuke
2017-09-29packet/bgp: Add Unit Tests for Revised Error HandlingSatoshi Fujimoto
2017-07-26add LocalPathIdentifierFUJITA Tomonori
2017-07-10packet: Use bitmask operand format to fragmentSatoshi Fujimoto
2017-07-04packet: support addpath decoding/encodingISHIDA Wataru
2017-06-01Fix RouteDistinguisher parsing and VPNV6 VRF rib parsingLamanna
2017-05-23packet/bgp: Redirect-IPv6 Flow Spec Traffic Filtering ActionSatoshi Fujimoto
2017-04-04packet/bgp: add extended-nexthop capabilityISHIDA Wataru
2017-04-04packet/bgp: fix mp-reach-nlri attribute decoder/encoderISHIDA Wataru
2017-03-02flowspec: comply with new draft RFC5575bis normalized operatorsMatthieu Texier
2017-01-16packet/bgp/bgp_test: UT for PathAttributeMpReachNLRIIWASE Yusuke
2017-01-16packet/bgp/bgp_test: UT for IPv6 MpReachNLRI with IPv4 peeringIWASE Yusuke
2016-11-17add go vet testWataru Ishida
2016-10-04packet/bgp: fix handling of IPv4 mapped IPv6 prefixesWataru Ishida
2016-10-02packet/bgp: fix bug of CompareFlowSpecNLRI()Wataru Ishida
2016-09-15bgp/cli: support evpn route type 5 (ip prefix advertisement)Wataru Ishida
2016-06-30bgp: fix bug of flowspec vpn parser/serializerISHIDA Wataru
2016-05-10server: pretty notification error code logFUJITA Tomonori
2016-04-20packet: fix encap nlri (add encap ipv6 nlri)ISHIDA Wataru
2016-04-12packet: create bmp packageFUJITA Tomonori
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori