summaryrefslogtreecommitdiffstats
path: root/lib/plist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: hide away logging internalsDavid Lamparter2017-03-081-2/+1
* lib: simplify protocol/log namingDavid Lamparter2017-03-081-1/+1
* lib: add stream.h, vty.h, zebra.h to plist.hQuentin Young2017-03-021-1/+0
* lib: replace AFI_ETHER reference with AFI_L2VPNPhilippe Guibert2017-02-141-1/+1
* lib: fix some coverity NULL check warningsDavid Lamparter2017-02-081-2/+3
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-021-0/+4
|\
| * lib: plug leak in prefix_list_delete()David Lamparter2017-02-011-0/+4
* | frr: Remove HAVE_IPV6 from code baseDonald Sharp2017-01-131-14/+0
* | lib: Fix `ipv6 access-list...` and `ipv6 prefix-list...`Quentin Young2016-11-181-1/+1
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-32/+24
|\|
| * *: Consolidate all double VIEW_NODE and ENABLE_NODE'sDonald Sharp2016-10-081-22/+0
| * Merge remote-tracking branch 'origin/cmaster' into cmaster-nextDonald Sharp2016-09-301-9/+23
| |\
| | * lib: apply mask to prefix in prefix-listDon Slice2016-09-121-9/+23
| * | use JSON_C_TO_STRING_PRETTY for json_object_to_json_stringDaniel Walton2016-09-281-1/+1
* | | all: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-6/+4
* | | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+4
* | | bgpd, etc: changed .LINE to LINE...Daniel Walton2016-09-271-2/+2
* | | lib: lib compilesQuentin Young2016-09-231-22/+29
* | | lib: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-106/+328
* | | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-42/+42
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-20/+22
* | | lib: argv update for filter.c, if_rmap.c keychain.c and plist.cDaniel Walton2016-09-231-105/+105
* | | Revert "lib: Fixup plist.c"Daniel Walton2016-09-221-104/+104
* | | lib: Fixup plist.cDonald Sharp2016-09-211-104/+104
|/ /
* | *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-2/+7
* | lib: add AF_ETHERNET/AFI_ETHERLou Berger2016-09-031-0/+5
|/
* lib, bgpd: Fixup afi_t to be an enum and cleanup zebra.hDonald Sharp2016-06-061-6/+5
* lib/plist: Add some required parentheses, according to clang-analyzerPaul Jakma2016-05-261-4/+4
* lib: plist should not CMD_WARNING when command has already been enteredDonald Sharp2016-04-041-1/+1
* ip/ipv6 prefix-list seq number range needs to be fixed - wraps around toDaniel Walton2016-03-021-8/+8
* lib: Fix crash when deleting multiple statementsDonald Sharp2016-03-011-1/+1
* Quagga crash in prefix_list_applyDaniel Walton2015-11-061-1/+2
* lib: optimise prefix list setupDavid Lamparter2015-11-031-10/+36
* lib: use trie structure for prefix list matchingDavid Lamparter2015-11-031-15/+205
* lib: straighten out ORF prefix list supportDavid Lamparter2015-11-031-98/+51
* lib: hide internal prefix list structuresDavid Lamparter2015-11-031-19/+6
* Added json formating support to show-...-neighbors-... bgp commands.Morgan Stewart2015-08-121-17/+60
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-1/+1
* bgpd: bgpd-event-driven-route-map-updates.patchDonald Sharp2015-05-201-4/+10
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* [cleanup] Make command nodes staticStephen Hemminger2009-06-121-2/+2
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-1/+1
* [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstallPaul Jakma2006-05-131-0/+7
* 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>vincent2005-09-291-0/+5
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-13/+13
* 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-01-291-30/+2
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-16/+17
* Number of warnings is down to 3 again in lib directory. A lot of const'shasso2004-10-051-2/+2
* 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com>paul2004-06-111-41/+35
* Initial revisionpaul2002-12-131-0/+2881