summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-1710-12/+12
* *: require ISO C11 (or C++11)David Lamparter2021-03-171-18/+0
* nhrpd: Set hop count to 1 in traffic indicationGaurav Goyal2021-03-141-1/+1
* Merge pull request #8177 from Jafaral/nhrp-ev-handlerQuentin Young2021-03-101-2/+2
|\
| * nhrp: enables the event system to interpret client results correctlyJoe Maimon2021-03-101-2/+2
* | nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-108-119/+56
|/
* nhrpd: Fix clang SA about null derefDonald Sharp2021-02-141-2/+7
* Merge pull request #7764 from pguibert6WIND/nhrp_shortcut_routesJafar Al-Gharaibeh2021-02-122-10/+32
|\
| * nhrpd: replace nhrp route nexthop with onlink route when prefix=nhPhilippe Guibert2021-02-111-6/+20
| * nhrpd: shortcut routes installed with nexthop.Philippe Guibert2021-02-111-4/+12
* | libs,nhrpd: remove exec permMark Stapp2021-01-126-0/+0
|/
* nhrpd: Cleanup resources when interface is deletedReuben Dowle2020-12-165-2/+103
* nhrpd: Only create one child saGaurav Goyal2020-12-161-0/+2
* nhrpd: Use MTU received in registration in nhs cacheGaurav Goyal2020-12-161-1/+4
* nhrpd: Create route to private spoke-spoke network correctlyGaurav Goyal2020-12-161-1/+18
* nhrpd: Clear shortcut routes properly for all protocolsGaurav Goyal2020-12-161-4/+3
* nhrpd: add reference to net.ipv4.ip_forward_use_pmtu=1 threadTimo Teräs2020-12-161-0/+1
* nhrpd: change ipsec SA count to 32-bitTimo Teräs2020-12-161-1/+1
* nhrpd: Set correct prefix length in nhrp registrationAmol Lad2020-12-161-1/+2
* nhrpd: fix SA warning in nhrp_interfaceMark Stapp2020-12-081-4/+10
* nhrpd: cache config may disappear if iface not present at startupPhilippe Guibert2020-11-234-17/+195
* bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefixDonald Sharp2020-11-182-3/+6
* nhrpd: Fix memory leak on shutdownDonald Sharp2020-11-071-0/+12
* *: unify thread/event cancel macrosMark Stapp2020-10-232-2/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-223-43/+26
* nhrp: Make vici socket path configurableZoran Pericic2020-10-122-2/+3
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+2
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* 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
| |\