summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add define of compilation for EVPN in prefix.cPhilippe Guibert2017-02-141-7/+7
* lib: Enhance prefix dump for EVPN prefixesvivek2017-02-144-20/+39
* lib: Functions related to AF_ETHERNETvivek2017-02-141-6/+12
* lib: define BGP_EVPN_NODEPhilippe Guibert2017-02-143-0/+5
* lib: afi_ether structure packing fixPhilippe Guibert2017-02-141-1/+1
* lib: add prefix support for evpn route type 5Philippe Guibert2017-02-141-0/+2
* lib: EVPN prefix definitionvivek2017-02-141-0/+36
* lib: add AFI_L2VPN and SAFI_EVPNPhilippe Guibert2017-02-142-2/+17
* Merge pull request #195 from opensourcerouting/cli_mergeDonald Sharp2017-02-114-112/+491
|\
| * grammar_sandbox: count ambiguous commandsDavid Lamparter2017-02-101-1/+7
| * grammar_sandbox: add ambiguous-command finderDavid Lamparter2017-02-101-2/+147
| * lib: track name of command in cmd_elementDavid Lamparter2017-02-101-0/+3
| * lib: parser: rewrite token deduplicationDavid Lamparter2017-02-103-2/+332
| * lib: parser: remove previous deduplication codeDavid Lamparter2017-02-101-108/+3
* | lib: rework vty_use_backup_config()David Lamparter2017-02-101-31/+17
* | lib: fix remaining coverity issuesDavid Lamparter2017-02-107-42/+44
|/
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-091-1/+1
|\
| * lib: use fsync() for config writes, plug fd leakDavid Lamparter2017-02-092-27/+45
| * *: Found some instances of Quagga.confDonald Sharp2017-02-071-1/+1
* | Merge pull request #189 from opensourcerouting/config-write-syncDonald Sharp2017-02-092-20/+37
|\ \
| * | lib: use fsync() for config writes, plug fd leakDavid Lamparter2017-02-092-20/+37
* | | lib: csv: plug memleaksDavid Lamparter2017-02-081-3/+15
* | | lib: fix some coverity NULL check warningsDavid Lamparter2017-02-083-18/+23
* | | lib: remove unused str2in6_addr()David Lamparter2017-02-082-15/+0
* | | lib: remove unused cmd_concat_strvec()David Lamparter2017-02-082-22/+0
|/ /
* | lib: Fix warning -> error build issueDonald Sharp2017-02-071-3/+3
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-075-10/+11
|\|
| * Merge pull request #176 from opensourcerouting/mtype-underflow-backtraceDonald Sharp2017-02-071-0/+6
| |\
| | * lib: print backtrace on MTYPE count underflowDavid Lamparter2017-02-071-0/+6
| * | Merge pull request #161 from donaldsharp/stableMcLibraryDavid Lamparter2017-02-074-7/+7
| |\ \ | | |/ | |/|
| | * *: Convert libzebra -> libfrrDonald Sharp2017-02-034-7/+7
| * | lib: Fixup CR commentDonald Sharp2017-02-071-2/+2
| * | lib: Don't use malloc!Donald Sharp2017-02-061-2/+2
| |/
* | Merge branch 'frr/pull/152' ("Lib fixes")David Lamparter2017-02-076-87/+52
|\ \
| * | lib: Treat v6 address as a v6 addressDonald Sharp2017-02-021-1/+1
| * | lib: Fix possible array overrunDonald Sharp2017-02-021-1/+1
| * | lib: Properly Initialize codeDonald Sharp2017-02-021-1/+1
| * | lib: Inadvertent assignment in ? operatorDonald Sharp2017-02-021-1/+1
| * | lib: Fix SA warnings and reduce cliDonald Sharp2017-02-021-81/+42
| * | lib: Fix SA issue with stream s readDonald Sharp2017-02-021-2/+6
* | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-025-8/+49
|\ \ \ | | |/ | |/|
| * | lib: plug leak in prefix_list_delete()David Lamparter2017-02-011-0/+4
| * | *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-012-3/+4
| * | lib: Don't change uid/gid if we are already the correct uid/gidMartin Winter2017-01-252-9/+19
| * | lib: Add set_socket_path() to sockopt.c to override the path element of a (vt...Martin Winter2017-01-252-0/+26
| * | lib: additional patch for 496e83aQuentin Young2017-01-181-6/+13
* | | ldpd: introduce advanced filtering capabilitiesRenato Westphal2017-02-022-0/+11
* | | lib: remove unnecessary variableRenato Westphal2017-02-011-3/+1
| |/ |/|
* | Merge pull request #139 from opensourcerouting/cli_merge_prep_finalDonald Sharp2017-01-317-43/+58
|\ \
| * | lib: move at_close call in vty_stdio to endDavid Lamparter2017-01-311-1/+5