summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
2021-05-05Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2Mark Stapp
2021-04-30nhrpd: move prototype to top of filePhilippe Guibert
2021-04-30nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert
2021-04-30nhrpd: clean up SA warning with strncpyPhilippe Guibert
2021-04-30nhrpd: cleaning netlink gre informationPhilippe Guibert
2021-04-30nhrpd: redirect netlink gre with zebraPhilippe Guibert
2021-04-23*: remaining zassert => assertDavid Lamparter
2021-04-23*: drop zassert.hDavid Lamparter
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-04-14nhrpd: fix coverity warning about os_socket()Mark Stapp
2021-04-13Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh
2021-04-13nhrpd: remove useless typedefPhilippe Guibert
2021-04-13nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert
2021-04-12nhrp: avoid crashing when terminating interface contextsPhilippe Guibert
2021-04-12nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert
2021-04-09nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert
2021-04-09nhrpd: link layer registration to notificationsPhilippe Guibert
2021-04-09nhrpd: use CALLOC instead of MALLOCPhilippe Guibert
2021-04-09nhrpd: lookup appropriate ipsec pathPhilippe Guibert
2021-04-08nhrpd: Change sockunion2str to %pSU in a few placesReuben Dowle
2021-04-06nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp
2021-04-06nhrpd: Fix style issuesReuben Dowle
2021-04-06nhrpd: Add missing semicolonReuben Dowle
2021-04-06nhrpd: Improve debug message for multicast interceptionReuben Dowle
2021-04-06nhrpd: Cleanup multicast nflog handler functionReuben Dowle
2021-04-06nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - commandAmol Lad
2021-04-06nhrpd: Use ethertype defines instead of hard-coded valuesReuben Dowle
2021-04-06nhrpd: Use strlcpy not unsafe strncpyReuben Dowle
2021-04-06nhrpd: Fix style violation issuesReuben Dowle
2021-04-06nhrpd: Use correct printf format specifierReuben Dowle
2021-04-06nhrpd: Fix multicast crash due to dangling references to nhrp peersReuben Dowle
2021-04-06nhrpd: Add support for forwarding multicast packetsAmol Lad
2021-04-03Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh
2021-04-01nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle
2021-04-01nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle
2021-03-29nhrpd: Make some debug prints more informativePhilippe Guibert
2021-03-29nhrpd: Display post-nat NBMA for local addressesAmold Lad
2021-03-29nhrpd: Remove unecessary new line from debug messagesReuben Dowle
2021-03-22Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis
2021-03-19nhrpd: Use %pSU instead of sockunion2strReuben Dowle
2021-03-19nhrpd: Fix some style issuesReuben Dowle
2021-03-18nhrpd: Remove newline from log messageDonald Sharp
2021-03-18nhrpd: Set prefix length in NAT extension in resolution-replyAmol Lad
2021-03-18nhrpd: Ensure invalid NAT extension info cannot be usedReuben Dowle
2021-03-18nhrpd: Use SU_ADDRSTRLEN where appropriateReuben Dowle
2021-03-18nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad
2021-03-18nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad
2021-03-18nhrpd: add NHS details in NAT Extension headerAmol Lad
2021-03-18nhrpd: copy NAT extension if present else attempt to populateAmol Lad
2021-03-18nhrpd: parse multiple CIEs in NAT extension headerAmol Lad