summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | *: cleanup ifp->vrf_idIgor Ryzhov2021-11-222-11/+7
|/
* *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-263-18/+25
|\
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-203-18/+25
* | nhrpd: align nhrp privs with definition from othersPhilippe Guibert2021-10-211-0/+2
* | nhrpd: drop list.hDavid Lamparter2021-10-193-212/+0
* | nhrpd: convert zbuf queue to DLISTDavid Lamparter2021-10-192-15/+16
* | nhrpd: convert SA list to DLISTDavid Lamparter2021-10-191-13/+12
* | nhrpd: convert reg list to DLISTDavid Lamparter2021-10-192-21/+20
* | nhrpd: convert mcast list to DLISTDavid Lamparter2021-10-194-23/+20
* | nhrpd: convert nhs list to DLISTDavid Lamparter2021-10-194-44/+34
* | nhrpd: convert notifier list to DLISTDavid Lamparter2021-10-195-18/+30
|/
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-047-13/+0
* Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_stateRuss White2021-08-281-1/+2
|\
| * nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert2021-08-261-1/+2
* | Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\ \
| * | lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
| |/
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-1/+1
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-1/+1
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixesDonald Sharp2021-08-082-2/+12
|\
| * nhrpd: Clear cache when shortcuts are clearedAmol Lad2021-05-181-1/+8
| * nhrpd: Set prefix correctly in resolution requestAmol Lad2021-05-181-1/+3
| * nhrpd: Fix corrupt address being shown for shortcuts with no cache entryReuben Dowle2021-05-181-0/+1
* | nhrp: fix display of nhs command.Dmitrii Turlupov2021-08-031-1/+1
* | *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* | lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-212-0/+3
|/
* Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp2021-05-059-214/+186
|\
| * nhrpd: move prototype to top of filePhilippe Guibert2021-04-301-4/+4
| * nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert2021-04-301-0/+1
| * nhrpd: clean up SA warning with strncpyPhilippe Guibert2021-04-301-15/+1
| * nhrpd: cleaning netlink gre informationPhilippe Guibert2021-04-307-177/+4
| * nhrpd: redirect netlink gre with zebraPhilippe Guibert2021-04-303-22/+180
* | *: remaining zassert => assertDavid Lamparter2021-04-232-2/+2
* | *: drop zassert.hDavid Lamparter2021-04-232-2/+1
|/
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* nhrpd: fix coverity warning about os_socket()Mark Stapp2021-04-141-2/+6
* Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-139-28/+451
|\
| * nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle2021-04-072-35/+25
| * nhrpd: Fix style issuesReuben Dowle2021-04-052-3/+4
| * nhrpd: Add missing semicolonReuben Dowle2021-04-051-1/+1
| * nhrpd: Improve debug message for multicast interceptionReuben Dowle2021-04-051-1/+1
| * nhrpd: Cleanup multicast nflog handler functionReuben Dowle2021-04-051-15/+9
| * nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad2021-04-054-14/+42
| * nhrpd: Use ethertype defines instead of hard-coded valuesReuben Dowle2021-04-051-1/+1
| * nhrpd: Use strlcpy not unsafe strncpyReuben Dowle2021-04-051-1/+6
| * nhrpd: Fix style violation issuesReuben Dowle2021-04-054-46/+60
| * nhrpd: Use correct printf format specifierReuben Dowle2021-04-051-1/+1
| * nhrpd: Fix multicast crash due to dangling references to nhrp peersReuben Dowle2021-04-051-1/+1
| * nhrpd: Add support for forwarding multicast packetsAmol Lad2021-04-058-7/+398