summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_clist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: fix odd memory mgmt in clist strings fnQuentin Young2018-08-071-90/+19
* Update bgp_clist.cChristoffer Hansen2018-07-291-1/+1
* bgpd: Add missing bgp well-known communitiesChristoffer2018-07-291-47/+147
* bgpd: Cleanup of bgp daemon codePascal Mathis2018-07-071-7/+4
* bgpd, lib: null check (Coverity 1436344, 1451361)paco2018-06-201-1/+4
* bgpd: Improve JSON support for large communitiesPascal Mathis2018-05-131-8/+3
* bgpd: clean up clist management logicQuentin Young2018-04-171-15/+13
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-15/+15
* bgpd: Only build json for community when neededDonald Sharp2017-11-171-1/+1
* *: fix be32 reading / 24-bit left shiftDavid Lamparter2017-09-091-14/+5
* Merge pull request #1047 from dwalton76/bgpd-draft-ietf-grow-bgp-gshut-10Renato Westphal2017-09-051-0/+7
|\
| * bgpd: implement draft-ietf-grow-bgp-gshut-10Daniel Walton2017-08-251-0/+7
* | bgpd: Fixed pointer calculation issue in lcommunityNigel Kukard2017-09-021-2/+1
* | bgpd: Fixed incorrect large community pointer calculationNigel Kukard2017-09-011-2/+1
* | bgpd: Fixed incorrect calculation of pointer locationNigel Kukard2017-09-011-2/+1
* | bgpd: Cleaned up some commentsNigel Kukard2017-09-011-4/+2
* | bgpd: Fixed typo in the lc list type being matched onNigel Kukard2017-09-011-1/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-971/+895
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-11/+7
|\
| * bgpd: Cleanup some SADonald Sharp2017-05-151-11/+7
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-18/+18
|/
* bgpd: Cleanup grabbag of coverity scan issues foundDonald Sharp2017-03-011-3/+7
* bgpd: support for router mac extended communityPhilippe Guibert2017-02-141-2/+2
* bgpd: lcommunity: fix whitespace & copyrightDavid Lamparter2017-01-251-22/+20
* Support for BGP Large CommunitiesJob Snijders2017-01-191-0/+312
* bgpd: don't leak memory in community_regexp_includeChristian Franke2016-10-211-3/+8
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-35/+24
* bgpd: bgpd-warnings.patchDonald Sharp2015-05-201-0/+2
* set community delete stops as soon as it hits a community-list entry with a denyDonald Sharp2015-05-201-27/+137
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-0/+1
* bgpd: bgpd-event-driven-route-map-updates.patchDonald Sharp2015-05-201-2/+12
* *: nuke ^L (page feed)David Lamparter2014-06-041-4/+4
* bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-2/+2
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-1/+1
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-2/+2
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-10/+2
* [compiler] miscellaneous trivial compiler warning fixespaul2006-01-191-1/+0
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-11/+11
* * bgp_clist.[ch], bgp_route.c, bgp_routemap.c, bgp_vty.c:hasso2005-02-021-215/+108
* 2004-10-13 Paul Jakma <paul@dishone.st>paul2004-10-131-12/+16
* 2003-06-09 Paul Jakma <paul@dishone.st>paul2003-06-091-10/+21
* 2003-06-07 Paul Jakma <paul@dishone.st>paul2003-06-071-256/+303
* Initial revisionpaul2002-12-131-0/+905