summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Fix more clang compiler warningsDonald Sharp2016-05-201-2/+2
* quagga: "set community x:y" needs bounds checkingDaniel Walton2016-04-141-2/+2
* bgpd, lib, zebra: Add ability to retrieve ifp without specifying a vrfDonald Sharp2016-03-231-1/+1
* Quagga: Make routemap updates or deletes work for VRFsvivek2016-03-221-32/+31
* BGP: Remove deprecated commands and add warning that "show ipv6 bgp"Daniel Walton2015-11-131-82/+10
* BGP: route-server will now use addpath...chop the _rsclient codeDaniel Walton2015-11-101-16/+1
* BGP: route-map scaleDaniel Walton2015-10-281-50/+51
* bgpd: fix using of two pointers for struct thread_master *Donald Sharp2015-10-141-1/+1
* Fixup compiler warnings for powerpcDonald Sharp2015-07-271-2/+2
* Cleanup of missing NEXTHOP_FORCE_SELFDonald Sharp2015-07-221-28/+52
* Fix route-map peer-address configuration and operation.Donald Sharp2015-06-121-18/+22
* A nexthop value specified by an outbound routemap is not beingDonald Sharp2015-06-121-7/+3
* When a route-map configuration is used to set the nexthop to a value, makeDonald Sharp2015-06-111-1/+41
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-21/+11
* Use #define for mp_nexthop_len valuesDonald Sharp2015-05-201-7/+7
* Ensure that during event-driven route-map processing, the peer status isDonald Sharp2015-05-201-2/+2
* bgpd: Add route-map support for set ip next-hop unchangedDonald Sharp2015-05-201-1/+23
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-59/+64
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-15/+26
* Overhual BGP debugsDonald Sharp2015-05-201-27/+9
* 'set metric -12' is broken in the parserDonald Sharp2015-05-201-11/+11
* Add support for route tagsDonald Sharp2015-05-201-2/+209
* bgpd: bgpd-route-map-match-interface.patchDonald Sharp2015-05-201-1/+91
* bgpd: bgpd-event-driven-route-map-updates.patchDonald Sharp2015-05-201-176/+463
* bgpd: bgpd-routemap-match-localpref.patchDonald Sharp2015-05-201-0/+103
* bgpd: bgpd-table-map.patchDonald Sharp2015-05-201-2/+48
* Add set ipv6 next-hop peer-address command.Donald Sharp2015-05-201-1/+121
* *: merge branch stable/0.99.23David Lamparter2014-06-291-55/+19
|\
| * bgpd: fix double free after extcommunity set (BZ#799)David Lamparter2014-06-291-5/+10
| * bgpd: remove duplicate route-map extcommunity codeDavid Lamparter2014-06-291-50/+9
* | bgpd: route-map: share aspath object compilation code where possibleTimo Teräs2014-06-251-48/+24
* | bgpd: fix route-map commentsTimo Teräs2014-06-251-4/+4
|/
* *: nuke ^L (page feed)David Lamparter2014-06-041-34/+34
* bgpd: fix a memleak on "set community none"Christian Franke2013-01-141-0/+3
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-021-7/+4
* bgpd: Fix memory leak with 'set ip next-hop peer-address'Jorge Boncompte [DTI2]2012-05-021-5/+2
* bgpd: fix for route-maps with "match peer local" statementsJorge Boncompte [DTI2]2012-05-021-2/+2
* lib: fix some strtoul() use casesUlrich Weber2012-01-021-6/+14
* bgpd: implement 'match probability' in route-mapsVyacheslav Trushkin2011-12-131-1/+105
* Merge branch 'attr-errors'Paul Jakma2011-07-291-8/+19
|\
| * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-8/+19
* | bgpd: fix memory leak when deleting a communityMichael Lambert2011-04-011-0/+7
* | Revert "bgpd: "Intern" communities in route maps"Paul Jakma2011-04-011-5/+3
* | bgpd: "Intern" communities in route mapsMichael Lambert2011-03-211-3/+5
|/
* bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-211-110/+11
* [configure] add configure support for PCRE Posix libraryJeremy Jackson2009-06-191-4/+8
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-8/+3
* [bgpd] Fixed as-path prepend/exclude ASN handlingDenis Ovsienko2009-06-091-4/+4
* [trivia] Fixed typos in communities text (#334)Denis Ovsienko2009-06-011-3/+3
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-4/+3