summaryrefslogtreecommitdiffhomepage
path: root/table
AgeCommit message (Expand)Author
2015-07-13server/table: support iBGP behaviorISHIDA Wataru
2015-07-13table: iBGP support in PrependAsn()ISHIDA Wataru
2015-07-11policy: support extended community conditionNaoto Hanaue
2015-07-11policy: support aspath prepend actionHiroshi Yokoi
2015-07-03server: bug fix of extra as-path prependingISHIDA Wataru
2015-07-03server: update path attrs when sending update msg outISHIDA Wataru
2015-07-01table: remove unused field/funcISHIDA Wataru
2015-07-01table: check paths' equivalence deeperISHIDA Wataru
2015-07-01table: simplify Path.getPathAttr()ISHIDA Wataru
2015-07-01table: refactor Path/Destination/Table structISHIDA Wataru
2015-06-26policy: add unit test for med action and bug fixNaoto Hanaue
2015-06-26policy: support med actionNaoto Hanaue
2015-06-23table: use isLocal() to check if path is locally generatedISHIDA Wataru
2015-06-23table: add Equal() method to compare PeerInfoISHIDA Wataru
2015-06-09server: kill peerMsgFUJITA Tomonori
2015-06-02path: stop checking AS length in the AS4_PATH attributeHiroshi Yokoi
2015-06-02packet: return aspath length based on the segment type.Hiroshi Yokoi
2015-05-21policy: support community actionHiroshi Yokoi
2015-05-19policy: support community conditionHiroshi Yokoi
2015-05-19policy: support aspath conditionHiroshi Yokoi
2015-05-14server: don't path information if path include the same AS numberFUJITA Tomonori
2015-05-11Revert "table: withdraw an old best path when best path changed"FUJITA Tomonori
2015-05-08table: change log level to debugFUJITA Tomonori
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: withdraw an old best path when best path changedISHIDA Wataru
2015-04-27table: remove unused methodsISHIDA Wataru
2015-04-27table: add AS loop detectionISHIDA Wataru
2015-04-27table: make table.ProcessMessage a functionISHIDA Wataru
2015-04-25table: add support for encapsulation nlriISHIDA Wataru
2015-04-23path: use MarshalJSON() declared in PathDefaultHiroshi Yokoi
2015-04-15table: sort peers/routes at client side instead of bgpd sideISHIDA Wataru
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: clone paths before storing to adj-rib-outISHIDA 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-04-04table: fix bug of update msg creationISHIDA Wataru
2015-04-04table: fix typoISHIDA Wataru
2015-04-04table: bug fix of ReceiveRoute String() methodISHIDA Wataru
2015-04-03table: support displaying evpn destination through cliISHIDA 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-20server: add Global Rib to support normal BGP functionalityISHIDA Wataru
2015-03-19table: remove unnecessary distinction of pathsISHIDA Wataru