summaryrefslogtreecommitdiffstats
path: root/nhrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | *: 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
* | nhrpd: remove useless typedefPhilippe Guibert2021-04-131-1/+0
* | nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-132-40/+23
* | nhrp: avoid crashing when terminating interface contextsPhilippe Guibert2021-04-121-4/+5
* | nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert2021-04-125-34/+24
* | nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-093-22/+30
* | nhrpd: link layer registration to notificationsPhilippe Guibert2021-04-093-103/+91
* | nhrpd: use CALLOC instead of MALLOCPhilippe Guibert2021-04-091-1/+1
* | nhrpd: lookup appropriate ipsec pathPhilippe Guibert2021-04-091-0/+39
* | nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp2021-04-062-6/+3
|/
* Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh2021-04-0410-95/+468
|\
| * nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle2021-04-011-0/+1
| * nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle2021-04-012-37/+41
| * nhrpd: Make some debug prints more informativePhilippe Guibert2021-03-283-9/+7
| * nhrpd: Display post-nat NBMA for local addressesAmold Lad2021-03-281-11/+28
| * nhrpd: Remove unecessary new line from debug messagesReuben Dowle2021-03-281-2/+2
| * nhrpd: Use %pSU instead of sockunion2strReuben Dowle2021-03-192-66/+29
| * nhrpd: Fix some style issuesReuben Dowle2021-03-184-52/+69
| * nhrpd: Set prefix length in NAT extension in resolution-replyAmol Lad2021-03-181-0/+4
| * nhrpd: Ensure invalid NAT extension info cannot be usedReuben Dowle2021-03-181-2/+4