summaryrefslogtreecommitdiffhomepage
path: root/packet
AgeCommit message (Expand)Author
2016-08-16cli: support setting flowspec "procotol" in octetISHIDA Wataru
2016-08-02packet: Change graceful restart tuple (afi/safi/flags) parsing to use capabil...Tim Evens
2016-07-30packet/bgp: treat 0x000000 as a withdraw labelISHIDA Wataru
2016-06-30cli: support adding flowspec vpn routesISHIDA Wataru
2016-06-30bgp: fix bug of flowspec vpn parser/serializerISHIDA Wataru
2016-06-16Fix inversion between v4 and v6 in ValidateAttributeThomas Morin
2016-06-26support AGGREGATOR and AS4_AGGREGATOR conversionFUJITA Tomonori
2016-06-27bgp: flat the VPN labelAntoine Eiche
2016-06-14bgp: add FlatUpdate to merge Flat representationsAntoine Eiche
2016-06-14bgp: partial TwoOctetAsSpecificExtended.Flat and OpaqueExtended.Flat implemen...Antoine Eiche
2016-06-14bgp: add dummy Flat methods to Extended CommunitiesAntoine Eiche
2016-06-14bgp: add dummy Flat method to PathAttributeAntoine Eiche
2016-06-13bgp: add tunnel type MPLS in UDPAntoine Eiche
2016-06-13packet: export pathAttrFlagsFUJITA Tomonori
2016-06-13packet: export PathAttributeInterface GetFlags()FUJITA Tomonori
2016-06-09collector: use AddrPrefixInterface.Flat to generate PrefixAntoine Eiche
2016-06-09bgp: add Flat method on AddrPrefixInterfaceAntoine Eiche
2016-05-26bgp: check buf length before parsing graceful-restart capabilityISHIDA Wataru
2016-05-26bgp: return NewMessageError instead of fmt.ErrorfISHIDA Wataru
2016-05-19server: return flowspec routes in rfc compliant mannerISHIDA Wataru
2016-05-18packet/bgp: add error handling in flowSpecIpProtoParser()ISHIDA Wataru
2016-05-18packet: add MarshalJSON method for FlowSpecUnknown structISHIDA Wataru
2016-05-18packet/bgp: refactor flowspec AFI(), SAFI() methodsISHIDA Wataru
2016-05-18packet/bgp: check flowspec nlri type orderingISHIDA Wataru
2016-05-10server: pretty notification error code logFUJITA Tomonori
2016-05-10packet: update notification error codeFUJITA Tomonori
2016-04-20fsm: improve debug messageISHIDA Wataru
2016-04-20packet: fix encap nlri (add encap ipv6 nlri)ISHIDA Wataru
2016-04-20bgp: fix bug of NewEndOfRib()ISHIDA Wataru
2016-04-12packet: create bmp packageFUJITA Tomonori
2016-04-12packet: create rtr packageFUJITA Tomonori
2016-03-31packet: create mrt packageFUJITA Tomonori
2016-04-05packet: handle malformed option param length in OpenMessageFUJITA Tomonori
2016-04-01docs/packet: s/draft-ietf-idr-flowspec-redirect-rt-bis-05/RFC7674ISHIDA Wataru
2016-03-31move packet/*.go to packet/bgp/*.go for Go's conventionFUJITA Tomonori
2016-03-31*: support draft-ietf-idr-flowspec-l2vpn-03ISHIDA Wataru
2016-03-20*: support Opaque SignalingISHIDA Wataru
2016-03-19packet: support flowspec "not-a-fragment" fragment typeFUJITA Tomonori
2016-03-04packet: fix FlowSpecComponentItem Len()FUJITA Tomonori
2016-03-03packet: make multiple flow spec fragmentation flags ORed match instead of ANDedFUJITA Tomonori
2016-03-04packet: fix FlowSpecComponent Len()FUJITA Tomonori
2016-03-04packet fix FlowSpecComponentItem's SerializeFUJITA Tomonori
2016-02-29cli: support ipv4-labeled, ipv6-labeled address familyISHIDA Wataru
2016-02-29packet: fix labeled-ipv6 nlri to return correct address-familyISHIDA Wataru
2016-02-25packet: fix strange flow spec fragment keywordsFUJITA Tomonori
2016-02-25packet: multiple flow spec fragmentation flagsFUJITA Tomonori
2016-02-10packet: add end-of-rib util functionsISHIDA Wataru
2016-02-10packet: improve graceful restart cap usabilityISHIDA Wataru
2016-02-06packet: bmp localaddress in peerup messageFUJITA Tomonori
2016-02-06bmp: fix peerheader ip handlingFUJITA Tomonori