summaryrefslogtreecommitdiffhomepage
path: root/pkg/packet
AgeCommit message (Expand)Author
2021-10-19support Wireguard tunnel encapsulationMikael Magnusson
2021-10-18bgp: Validate router-id against 0.0.0.0 and ASN-wideDonatas Abraitis
2021-09-09Pass BGPUpdate message even on errorJakub Chábek
2021-08-25pkg/packet/bgp: avoid copying PrefixDefault lock in Test_CompareFlowSpecNLRIMatt Layher
2021-08-24pkg/packet/bgp: add mutex to PrefixDefault to avoid data raceMatt Layher
2021-08-12Fix extended-nexthop & add-path capability parsing.Konrad Zemek
2021-07-25Use `BGP_HEADER_LENGTH` instead of `19` in the codeKirill Smorodinnikov
2021-06-30added check on data length for SRv6EndpointBehaviorStructure and SegmentTypeB...zvfvrv
2021-06-30add support of the optional "SRv6 Endpoint Behavior and SID Structure" in seg...zvfvrv
2021-06-30fix marshal and unmarshalzvfvrv
2021-06-30wip SegmentTypeB without SRv6 Endpoint Behavior and Structurezvfvrv
2021-06-13Add support for encapsulation tunnel type in the extended community support i...Guangtong Cao
2021-06-07fix: fix check according to golang s1025Imcom Jin
2021-05-24Add FQDN capabilityDonatas Abraitis
2021-03-19Add GENEVE encapsulation supportRavi Aysola
2021-03-14add support for tunnel egress endpoint sub-TLVMikael Magnusson
2021-03-01Fix LsTLVIgpRouterID.DecodeFromBytesKirill Smorodinnikov
2021-02-27Extend LsLinkDescriptor.StringKirill Smorodinnikov
2021-02-24Fix ParseValue's bug for BMPStatsTLV32xskingdom
2021-01-27go fmtedSergey Elantsev
2021-01-23fixed panics on parsing malicious bgp packetsSergey Elantsev
2021-01-23support UDP destination port sub-TLVMikael Magnusson
2021-01-20packet/bgp: Fix TunnelEncapSubTLV.DecodeFromBytesMikael Magnusson
2020-12-20fixed mistypeSergey Elantsev
2020-12-20fixed possible crashes on parsing of bgp messagesSergey Elantsev
2020-12-14change commentsSerguei Bezverkhi
2020-12-09interop fixSerguei Bezverkhi
2020-11-30Unit tests and dependenciesSerguei Bezverkhi
2020-11-30Code changesSerguei Bezverkhi
2020-11-25code changesSerguei Bezverkhi
2020-10-21packet: handle malformed prefix lenFUJITA Tomonori
2020-07-13implement LsAddrPrefix marshal json functionJieJhih Jhang
2020-06-24Add //go:generate stringer directives for public enum types.Dmitri Nikulin
2020-06-24Regenerate stringer code for public enum types.Dmitri Nikulin
2020-05-13extend attributes proto for Prefix SID supportSerguei Bezverkhi
2020-05-07address more static check failuresSerguei Bezverkhi
2020-05-07Addressing review commentsSerguei Bezverkhi
2020-05-07remove debug messagesSerguei Bezverkhi
2020-05-07Finish methods and restructure filesSerguei Bezverkhi
2020-05-06code Decode and Serialize for Prefix SID types and add unit testsSerguei Bezverkhi
2020-05-06add unit test to help with developmentSerguei Bezverkhi
2020-05-05add object definitionsSerguei Bezverkhi
2020-05-05additional changesSerguei Bezverkhi
2020-05-05coding the featureSerguei Bezverkhi
2020-05-04adding prefix_sid_attrSerguei Bezverkhi
2020-04-24Add BGP-LS SRLG supportTom Shine
2020-03-31packet: fix typosFUJITA Tomonori
2020-03-30packet: silence staticcheck warningFUJITA Tomonori
2020-03-29fixed naming issue, removed one more error allocationSergey Elantsev
2020-03-29optimized packet/mrt allocations, mostly by reuse of error valuesSergey Elantsev