index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: remove vrf-interface config when removing the VRF
Igor Ryzhov
2021-06-21
2
-0
/
+3
*
Merge pull request #8237 from pguibert6WIND/nhrp_use_zebra_2
Mark Stapp
2021-05-05
9
-214
/
+186
|
\
|
*
nhrpd: move prototype to top of file
Philippe Guibert
2021-04-30
1
-4
/
+4
|
*
nhrp: Preserve mtu during interface up/down and tunnel source change
Philippe Guibert
2021-04-30
1
-0
/
+1
|
*
nhrpd: clean up SA warning with strncpy
Philippe Guibert
2021-04-30
1
-15
/
+1
|
*
nhrpd: cleaning netlink gre information
Philippe Guibert
2021-04-30
7
-177
/
+4
|
*
nhrpd: redirect netlink gre with zebra
Philippe Guibert
2021-04-30
3
-22
/
+180
*
|
*: remaining zassert => assert
David Lamparter
2021-04-23
2
-2
/
+2
*
|
*: drop zassert.h
David Lamparter
2021-04-23
2
-2
/
+1
|
/
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
nhrpd: fix coverity warning about os_socket()
Mark Stapp
2021-04-14
1
-2
/
+6
*
Merge pull request #8153 from reubendowle/nhrp-multicast
Jafar Al-Gharaibeh
2021-04-13
9
-28
/
+451
|
\
|
*
nhrpd: Change sockunion2str to %pSU in a few places
Reuben Dowle
2021-04-07
2
-35
/
+25
|
*
nhrpd: Fix style issues
Reuben Dowle
2021-04-05
2
-3
/
+4
|
*
nhrpd: Add missing semicolon
Reuben Dowle
2021-04-05
1
-1
/
+1
|
*
nhrpd: Improve debug message for multicast interception
Reuben Dowle
2021-04-05
1
-1
/
+1
|
*
nhrpd: Cleanup multicast nflog handler function
Reuben Dowle
2021-04-05
1
-15
/
+9
|
*
nhrpd: Introduce new - nflog mutlicast-nflog-group (1-65535) - command
Amol Lad
2021-04-05
4
-14
/
+42
|
*
nhrpd: Use ethertype defines instead of hard-coded values
Reuben Dowle
2021-04-05
1
-1
/
+1
|
*
nhrpd: Use strlcpy not unsafe strncpy
Reuben Dowle
2021-04-05
1
-1
/
+6
|
*
nhrpd: Fix style violation issues
Reuben Dowle
2021-04-05
4
-46
/
+60
|
*
nhrpd: Use correct printf format specifier
Reuben Dowle
2021-04-05
1
-1
/
+1
|
*
nhrpd: Fix multicast crash due to dangling references to nhrp peers
Reuben Dowle
2021-04-05
1
-1
/
+1
|
*
nhrpd: Add support for forwarding multicast packets
Amol Lad
2021-04-05
8
-7
/
+398
*
|
nhrpd: remove useless typedef
Philippe Guibert
2021-04-13
1
-1
/
+0
*
|
nhrp, zebra, lib: enforce usage of zapi_neigh_ip structure
Philippe Guibert
2021-04-13
2
-40
/
+23
*
|
nhrp: avoid crashing when terminating interface contexts
Philippe Guibert
2021-04-12
1
-4
/
+5
*
|
nhrpd: add a zebra api to configure neighbor table per interface
Philippe Guibert
2021-04-12
5
-34
/
+24
*
|
nhrp, lib, zebra: add/del neighbor entry possible from nhrp
Philippe Guibert
2021-04-09
3
-22
/
+30
*
|
nhrpd: link layer registration to notifications
Philippe Guibert
2021-04-09
3
-103
/
+91
*
|
nhrpd: use CALLOC instead of MALLOC
Philippe Guibert
2021-04-09
1
-1
/
+1
*
|
nhrpd: lookup appropriate ipsec path
Philippe Guibert
2021-04-09
1
-0
/
+39
*
|
nhrpd: Fixup tab usage and sockunion2str usage
Donald Sharp
2021-04-06
2
-6
/
+3
|
/
*
Merge pull request #8240 from reubendowle/fixes/nhrp-nat
Jafar Al-Gharaibeh
2021-04-04
10
-95
/
+468
|
\
|
*
nhrpd: Fix memory leak in error path when forwarding packets
Reuben Dowle
2021-04-01
1
-0
/
+1
|
*
nhrpd: Ensure invalid pointer is not used if two NAT extensions received
Reuben Dowle
2021-04-01
2
-37
/
+41
|
*
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-28
3
-9
/
+7
|
*
nhrpd: Display post-nat NBMA for local addresses
Amold Lad
2021-03-28
1
-11
/
+28
|
*
nhrpd: Remove unecessary new line from debug messages
Reuben Dowle
2021-03-28
1
-2
/
+2
|
*
nhrpd: Use %pSU instead of sockunion2str
Reuben Dowle
2021-03-19
2
-66
/
+29
|
*
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
4
-52
/
+69
|
*
nhrpd: Set prefix length in NAT extension in resolution-reply
Amol Lad
2021-03-18
1
-0
/
+4
|
*
nhrpd: Ensure invalid NAT extension info cannot be used
Reuben Dowle
2021-03-18
1
-2
/
+4
|
*
nhrpd: Use SU_ADDRSTRLEN where appropriate
Reuben Dowle
2021-03-18
1
-14
/
+12
|
*
nhrpd: populate correct prefix length in NAT extension in Reg-Reply
Amol Lad
2021-03-18
4
-108
/
+206
|
*
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2021-03-18
7
-28
/
+61
|
*
nhrpd: add NHS details in NAT Extension header
Amol Lad
2021-03-18
1
-2
/
+15
|
*
nhrpd: copy NAT extension if present else attempt to populate
Amol Lad
2021-03-18
1
-21
/
+26
|
*
nhrpd: parse multiple CIEs in NAT extension header
Amol Lad
2021-03-18
1
-19
/
+24
|
*
nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-Reply
Amol Lad
2021-03-18
1
-9
/
+7
[next]