summaryrefslogtreecommitdiffhomepage
path: root/packet/bgp.go
AgeCommit message (Expand)Author
2015-09-02packet: add MarshalJSON() to flowspec related structsISHIDA Wataru
2015-08-28packet: update referene to 'draft-haas-idr-flowspec-redirect-rt-bis'Jun-ya Kato
2015-08-27packet: add util methods and helper function for PathAttributePmsiTunnelISHIDA Wataru
2015-08-27packet: fix returning wrong OpaqueExtended subtypeISHIDA Wataru
2015-08-24pack multiple NLRIs into one BGP update messageFUJITA Tomonori
2015-08-19table: withdraw self-generated vrfed routes when a vrf deletedISHIDA Wataru
2015-08-13packet/cli: don't put nexthop in flowspec mp_reach_nlri path attributeISHIDA Wataru
2015-08-12packet: fix flowspec parser to parse >= and <=ISHIDA Wataru
2015-08-12bgp/cli: support flowspec (RFC5575)ISHIDA Wataru
2015-08-12bgp: use regexp.FindStringSubmatch() insead of regexp.FindSubMatch()ISHIDA Wataru
2015-08-12bgp: remove unused methodsISHIDA Wataru
2015-08-12api: kill protobuf Addressfamily structISHIDA Wataru
2015-08-08*: kill protobuf path structureISHIDA Wataru
2015-08-08server: support vrfISHIDA Wataru
2015-08-05test: add scenario test for evpnISHIDA Wataru
2015-08-05cli: support adding a path with route-target from cli commandISHIDA Wataru
2015-08-05packet: add helper function to create RT structISHIDA Wataru
2015-08-05packet: fix RouteDistinguisherFourOctetAS.String()ISHIDA Wataru
2015-08-05api/packet: add evpn extended community structsISHIDA Wataru
2015-08-03api: use serialized buffer rather than protobuf struct to add pathsISHIDA Wataru
2015-07-12packet: use reflect.DeepEqual() for unit testsFUJITA Tomonori
2015-07-11policy: support extended community conditionNaoto Hanaue
2015-07-05packet: fix bug of not taking care of withdrawn labelISHIDA Wataru
2015-07-05server/cli: support add/delete vpnv4/vpnv6 routesISHIDA Wataru
2015-07-01server/cli: support add/delete EVPN_INCLUSIVE_MULTICAST_ETHERNET_TAG routeISHIDA Wataru
2015-07-01packet: put 0 in len field of EVPNMacIPAdvertisementRoute when 0.0.0.0ISHIDA Wataru
2015-07-01packet: push detailed evpn information to api structISHIDA Wataru
2015-07-01packet: add String() method to EVPNRouteTypeInterfaceISHIDA Wataru
2015-07-01packet: refactor RouteDistinguisherInterfaceISHIDA Wataru
2015-07-01packet: give better name and comments for label structISHIDA Wataru
2015-07-01bgp: add PMSI Tunnel Path Attribute(RFC6514) serializer/decoderISHIDA Wataru
2015-07-01table: simplify Path.getPathAttr()ISHIDA Wataru
2015-06-20packet: make routeFamilyPrefix public and give a better nameISHIDA Wataru
2015-06-20packet: make getPathAttribute publicISHIDA Wataru
2015-06-20packet: handle RF_IPV4_MC, RF_IPV6_MC cases in routeFamilyPrefix()ISHIDA Wataru
2015-06-20packet: make debug message more helpfulISHIDA Wataru
2015-06-20packet: store path attr flag as type BGPAttrFlagISHIDA Wataru
2015-06-20packet: gofmtISHIDA Wataru
2015-06-09packet: fix labelDecodeSoramichi Akiyama
2015-06-09packet: fix PathAttributeAs4Aggregator serializationSoramichi Akiyama
2015-06-04packet: fix IPAddressAS RD serializationSoramichi Akiyama
2015-06-02packet: return aspath length based on the segment type.Hiroshi Yokoi
2015-06-01cli: fix AS_PATH string formatHiroshi Yokoi
2015-05-14packet: cosmeticEiichiro Watanabe
2015-05-10api/gobgp: show multiprotocol capabilities in detailISHIDA Wataru
2015-05-01api/packet: add extended community/rt nlri structure to apiISHIDA Wataru
2015-05-01bgp: fix bug of route target membershop nlriISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-25bgp: add RFC5512 related message serializer/decoderISHIDA Wataru
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru