summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd, lib, zebra: Convert LIB_ERR_PRIVILEGESDonald Sharp2018-08-1418-114/+151
* lib: Add LIB_ERR_SNMPDonald Sharp2018-08-143-4/+16
* lib: Add LIB_ERR_VTYDonald Sharp2018-08-143-6/+17
* lib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKETDonald Sharp2018-08-1411-67/+98
* lib: When logging commands do not use zlog_errDonald Sharp2018-08-141-1/+1
* lib: Convert to zlog_ferr for zclient.cDonald Sharp2018-08-143-44/+78
* lib, bgpd: Add code to make lib auto create the ferr infrastructureDonald Sharp2018-08-146-20/+131
* lib: Allow adding arrays of ferr'sDonald Sharp2018-08-142-1/+7
* lib: add error reference systemQuentin Young2018-08-144-0/+151
* doc: Add missing flowspec.rst to distribution tar fileMartin Winter2018-08-141-1/+1
* Merge pull request #2805 from opensourcerouting/malloc-sizeQuentin Young2018-08-146-20/+166
|\
| * tools/checkpatch: fix some bogus macro warningsDavid Lamparter2018-08-101-2/+6
| * doc: add "show memory" user documentationDavid Lamparter2018-08-091-0/+61
| * lib: count total memory allocation per MTYPEDavid Lamparter2018-08-083-7/+42
| * build: rework mallinfo test & find malloc_sizeDavid Lamparter2018-08-082-11/+57
* | Merge pull request #2294 from opensourcerouting/bfd-finalDonald Sharp2018-08-1457-33/+8874
|\ \
| * \ Merge branch 'master' into bfd-finalDonald Sharp2018-08-1475-466/+304
| |\ \ | |/ / |/| |
* | | Merge pull request #2823 from opensourcerouting/snap-staticdDonald Sharp2018-08-146-1/+32
|\ \ \
| * | | snapcraft: Add new staticd to snap packageMartin Winter2018-08-134-0/+30
| * | | vtysh: Fix missing tailing / in --config_dir option parsingMartin Winter2018-08-131-1/+1
| * | | doc: Add missing flowspec.rst to distribution tar fileMartin Winter2018-08-121-0/+1
* | | | Merge pull request #2833 from opensourcerouting/assorted-fixesDonald Sharp2018-08-1414-104/+132
|\ \ \ \
| * | | | lib, vtysh: fix inconsistent interface commands in vtyshRenato Westphal2018-08-136-38/+20
| * | | | lib, vtysh: fix inconsistent VRF commands in vtyshRenato Westphal2018-08-133-14/+22
| * | | | zebra: fix "no pseudowire IFNAME" on vtyshRenato Westphal2018-08-131-10/+35
| * | | | ldpd: use DEFPY_NOSH whenever possibleRenato Westphal2018-08-131-39/+15
| * | | | lib: implement DEFPY_NOSHRenato Westphal2018-08-132-0/+7
| * | | | babeld: avoid reading the configuration file twiceRenato Westphal2018-08-131-3/+0
| * | | | lib: add listnode_add_head()Renato Westphal2018-08-132-0/+33
* | | | | Merge pull request #2832 from opensourcerouting/rm-debug-leftoversDonald Sharp2018-08-141-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zebra: remove unguarded debugging leftoversRenato Westphal2018-08-131-2/+0
|/ / / /
* | | | Merge pull request #2830 from pacovn/Coverity_1221459_revertDavid Lamparter2018-08-131-1/+0
|\ \ \ \
| * | | | ospf6d: revert fix for Coverity 1221459F. Aragon2018-08-131-1/+0
| |/ / /
* | | | Merge pull request #2820 from opensourcerouting/err-prepQuentin Young2018-08-1346-340/+103
|\ \ \ \
| * | | | babeld: Use enum instead of #defines for kernel route type informationDonald Sharp2018-08-112-15/+14
| * | | | tests: Cleanup assumption that ALLOC could fail.Donald Sharp2018-08-112-23/+5
| * | | | lib: Remove memory check testDonald Sharp2018-08-111-7/+0
| * | | | ripd: re-add check for rip_create failQuentin Young2018-08-111-1/+8
| * | | | *: ALLOC calls cannot failDonald Sharp2018-08-1141-302/+84
| |/ / /
* | | | Merge pull request #2827 from pacovn/Coverity_1472310_Unchecked_return_valueQuentin Young2018-08-131-1/+1
|\ \ \ \
| * | | | bgpd: return value check (Coverity 1472310)F. Aragon2018-08-131-1/+1
| |/ / /
* | | | Merge pull request #2828 from pacovn/Coverity_1472311_null_checkRafael Zalamena2018-08-131-1/+1
|\ \ \ \
| * | | | staticd: null check (Coverity 1472311)F. Aragon2018-08-131-1/+1
| |/ / /
* | | | Merge pull request #2825 from dslicenc/frr-reload-vniDavid Lamparter2018-08-131-6/+23
|\ \ \ \
| * | | | tools: correct frr-reload.py handling of bgp vni/exit-vni configDon Slice2018-08-101-6/+23
* | | | | Merge pull request #2824 from vishaldhingra/reg_caseDavid Lamparter2018-08-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | peer_delete did not trigger ZEBRA_NEXTHOP_UNREGISTER to ZEBRAvishaldhingra2018-08-121-1/+1
| |/ / /
* | | | Merge pull request #2809 from opensourcerouting/routemap-rpki-fixQuentin Young2018-08-101-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | bgpd: Fix bgp rpki to match route-map update from PR #2697Martin Winter2018-08-091-4/+4
* | | | Merge pull request #2806 from opensourcerouting/vty-term-fdQuentin Young2018-08-091-2/+2
|\ \ \ \