summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
AgeCommit message (Expand)Author
2015-05-01table: add support for route target constraint nlriISHIDA Wataru
2015-05-01table: use embededded PathDefault.Clone() methodISHIDA Wataru
2015-04-30policy: add AsPathLength matchHiroshi Yokoi
2015-04-27table: add AS loop detectionISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-23path: use MarshalJSON() declared in PathDefaultHiroshi Yokoi
2015-04-15api: add a method to convert internal structs to protobuf structsISHIDA Wataru
2015-04-14api: use gRPC instead of RESTISHIDA Wataru
2015-04-04server: remove nexthop field from Path struct and make Path.setNexthop publicISHIDA Wataru
2015-04-04table: change Path.clone to copy path attributes and make it publicISHIDA Wataru
2015-03-31table: fix nexthop path attribute updating for normal BGPISHIDA Wataru
2015-03-24policy: add prefix filterNaoto Hanaue
2015-03-23tabele: remove unnecessary withdrawn route checkYuji Oshima
2015-03-21table: add EVPN route family supportYuji Oshima
2015-03-20peer: don't send back routes to the source.ISHIDA Wataru
2015-03-20peer: update pathattr for non-route-server clientISHIDA Wataru
2015-03-11table: IPv4_VPN route familyYuji Oshima
2015-01-28table: revise table logsHiroshi Yokoi
2015-01-27table: fix ipv6 JSON reggressionFUJITA Tomonori
2015-01-23table: rename Time in Path to AgeFUJITA Tomonori
2015-01-23table: not update timestamp if the path replaces the same pathFUJITA Tomonori
2015-01-22table: add timestamp to PathFUJITA Tomonori
2015-01-20table: remove Path's bestFUJITA Tomonori
2015-01-13table: simplify path's MarshalJSON()FUJITA Tomonori
2015-01-13table: fix best path presentationFUJITA Tomonori
2015-01-09table: fix path's getPrex()FUJITA Tomonori
2015-01-06table: fix rib presentationFUJITA Tomonori
2015-01-04table: remove Path's source versionFUJITA Tomonori
2014-12-30table: Path's getnlri, getpathattrs, getpathattr privateFUJITA Tomonori
2014-12-30table: make path.Clone privateFUJITA Tomonori
2014-12-27RouteFamily cleanupFUJITA Tomonori
2014-12-27support IPv6_UC route familyFUJITA Tomonori
2014-12-25table: update path struct JSON formatFUJITA Tomonori
2014-12-25packet: define BGPPathAttr typeFUJITA Tomonori
2014-12-25table: make table json prettierFUJITA Tomonori
2014-12-25table: add MarshalJSON() to Path structFUJITA Tomonori
2014-12-22clean up logger usageFUJITA Tomonori
2014-12-22table: send withdraw when peer is downFUJITA Tomonori
2014-12-21table: sends updates from AdjRibOut when FSM_ESTABLISHEDFUJITA Tomonori
2014-12-21server: update AdjRibOut tableFUJITA Tomonori
2014-12-21table: implement Clone() to copy pathattributes in Path structFUJITA Tomonori
2014-12-20table: use slice instead of homegrown orderedmapFUJITA Tomonori
2014-12-20table: delete setRoutefamily method in pathFUJITA Tomonori
2014-12-20table: export getNlri method in PathFUJITA Tomonori
2014-12-16table: remove temporary structuresFUJITA Tomonori
2014-12-05[bestpath_selection] fix build errorHiroshi Yokoi
2014-12-05table: add initial codeHiroshi Yokoi