summaryrefslogtreecommitdiffhomepage
path: root/packet
AgeCommit message (Expand)Author
2018-05-07table: use shorter key for map of ipv4 and ipv6 prefixesFUJITA Tomonori
2018-04-03packet/bgp: Getter functions for AS segmentIWASE Yusuke
2018-04-03packet/bgp: Return nil for invalid redirect IP addressIWASE Yusuke
2018-04-03packet/bgp: Initializer func for PMSI Tunnel ID typesIWASE Yusuke
2018-04-03packet/bgp: Avoid data races when serializingIWASE Yusuke
2018-04-03packet/bgp: Initializer func for EVPN NLRIsIWASE Yusuke
2018-04-03packet/bgp: Remove length argument from NewEVPNNLRIIWASE Yusuke
2018-04-03packet/bgp: Missing funcs to calc byte length of NLRIIWASE Yusuke
2018-04-03packet/bgp: Remove binary field of RouteDistinguisherIWASE Yusuke
2018-04-03bgp_race_test: Unit test to detect data racesIWASE Yusuke
2018-03-19packet/bgp: make serialization of ipv4/v6 nlri goroutine-safeFUJITA Tomonori
2018-02-22packet/bgp: Return specified type value for UnknownExtendedIWASE Yusuke
2018-02-22packet/bgp: Flatten structure of OpaqueExtendedIWASE Yusuke
2018-02-22packet/bgp: Fix a typo of TunnelType stringIWASE Yusuke
2018-02-21packet/bgp: Rename AigpTLV to AigpTLVInterfaceIWASE Yusuke
2018-02-19packet/bgp: Fix a typo of TunnelEncapSubTLVUnknownIWASE Yusuke
2018-02-16cli: Support to advertise PMSI Tunnel AttributeIWASE Yusuke
2018-02-16packet/bgp: Fix bitSize of ESI typeIWASE Yusuke
2018-02-13packet/bgp: Refactor TunnelEncapSubTLV structureIWASE Yusuke
2018-02-13packet/bgp: Missing String()/MarshalJSON() of PathAttribute subsIWASE Yusuke
2018-02-13packet/bgp: Remove raw binary field on PathAttributeIWASE Yusuke
2018-01-12packet/bgp: use strconv.ParseUint instead of strconv.Atoi()Vincent Bernat
2017-12-30cli: Slash separated offset arg for FlowSpec PrefixIWASE Yusuke
2017-12-30cli: Support EVPN Default Gateway Extended CommunityIWASE Yusuke
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: Use regexp to parse FlowSpec rulesIWASE Yusuke
2017-11-24packet/bgp: Refactor construction of FlowSpec rules stringIWASE Yusuke
2017-11-24packet/bgp: Invert FlowSpec bitmask operand positionIWASE Yusuke
2017-11-24cli: Improve arguments extraction for FlowSpec rulesIWASE Yusuke
2017-11-24packet/bgp: Sort FlowSpec rules when decoding/creatingIWASE Yusuke
2017-11-23table: fix merging of v4 paths with addpath enabledFUJITA Tomonori
2017-11-21packet/bgp: Support EVPN Router's MAC Extended CommunityIWASE Yusuke
2017-11-21packet/bgp: Zeros if GW in EVPN Prefix route omittedIWASE Yusuke
2017-11-21packet/bgp: Check range of EVPN related Label fieldIWASE Yusuke
2017-11-21packet/bgp: Use ESI str in EVPN Ethernet Segment RouteIWASE Yusuke
2017-11-21packet/bgp: Avoid raw binary in EVPN ESI stringIWASE Yusuke
2017-11-21packet/bgp: Use decimal AS number in EVPN ESIIWASE Yusuke
2017-11-21packet/bgp: EVPN ESI parser from string sliceIWASE Yusuke
2017-11-20packet/bgp: Rename snake case to camel caseIWASE Yusuke
2017-11-19packet/bgp: fix flowspec parser about cmd badly argsnnao45
2017-11-07packet/bgp: Add Validation for BGP ConfederationsSatoshi Fujimoto
2017-11-07*: Fix problems pointed by 'go vet'Satoshi Fujimoto
2017-11-06packet/bgp: Avoid Varied Flag Representations in Flowspec FilterSatoshi Fujimoto
2017-11-03packet/bgp: Remove non route key fields from stringIWASE Yusuke
2017-11-01Fix some typos found by spell checkerIWASE Yusuke
2017-11-01Fix some spelling for spell checker's testIWASE Yusuke
2017-10-07packet/bmp: fix "length" spellingVincent Bernat
2017-10-03packet/mrt: Enable RibEntry to switch add-path enabledIWASE Yusuke