summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-1/+0
* nhrpd: add frr-vrf to the list of implemented yang modulesDonald Sharp2020-09-111-0/+1
* nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert2020-07-311-0/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+2
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
* *: use appropriate buffer sizes, specifiersQuentin Young2020-04-211-1/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-1/+2
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+2
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+2
* *: remove second parameter on install_node()David Lamparter2020-04-161-2/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-2/+0
* nhrpd: Actually allow json outputDonald Sharp2020-04-151-1/+1
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-4/+4
* Merge pull request #5825 from pguibert6WIND/nhrp_vtyDonatas Abraitis2020-03-221-48/+227
|\
| * nhrpd: add json support to show nhrp vty commandsPhilippe Guibert2020-03-131-48/+227
* | Merge pull request #6043 from pguibert6WIND/nhrp_clear_cacheDonald Sharp2020-03-201-1/+1
|\ \
| * | nhrpd: fix clear nhrp cache dynamic entriesPhilippe Guibert2020-03-191-1/+1
| |/
* | nhrpd: resolve formatting warningsGhasem Naddaf2020-03-114-48/+32
* | Merge branch 'master' into nhrp_bugfixGhasem Naddaf2020-03-1110-64/+62
|\|
| * Merge pull request #5922 from pguibert6WIND/nhrp_override_fixDonald Sharp2020-03-091-4/+0
| |\
| | * Revert "nhrpd: ignore zebra updates about our routes being deleted/added"Philippe Guibert2020-03-061-4/+0
| * | *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-0810-60/+60
| |/
| * Merge pull request #5918 from ton31337/fix/__func__everywhereQuentin Young2020-03-052-3/+3
| |\
| | * *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-052-3/+3
| * | nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert2020-03-051-0/+4
| |/
| * nhrpd: Cleanup set but unused variablesDonald Sharp2020-02-271-4/+3
* | nhrpd: route update support for natoa nbmaGhasem Naddaf2020-02-272-23/+153
* | nhrpd: add holdtime and MTU to CIEGhasem Naddaf2020-02-272-35/+116
* | nhrpd: fix netlink neigh message handling for lladdrGhasem Naddaf2020-02-271-11/+31
|/
* nhrpd: allow no nhrp map cmd to match the configured cmdJafar Al-Gharaibeh2020-02-141-2/+4
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-032-2/+0
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* Merge pull request #5590 from qlyoung/fix-nhrp-underflowJafar Al-Gharaibeh2020-01-151-2/+4
|\
| * nhrpd: offset value not checked for min sizeQuentin Young2020-01-151-2/+4
* | Merge pull request #5528 from opensourcerouting/bmp-dns-fixingDonald Sharp2019-12-111-2/+2
|\ \
| * | lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter2019-12-111-2/+2
| |/
* / lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
|/
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* nhrp: Make sure `no ip nhrp map <something>` works as expectedDonatas Abraitis2019-10-251-2/+3
* nhrpd: clean up SA warningMark Stapp2019-10-172-5/+6
* nhrpd: be more careful with linked listsMark Stapp2019-10-162-3/+6
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-17/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-13/+2
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-13/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-14/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-193-0/+26