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
...
*
|
*: cleanup ifp->vrf_id
Igor Ryzhov
2021-11-22
2
-11
/
+7
|
/
*
*: Convert quagga_signal_X to frr_signal_X
Donald Sharp
2021-11-11
1
-1
/
+1
*
Merge pull request #9854 from opensourcerouting/zapi-call-table
Russ White
2021-10-26
3
-18
/
+25
|
\
|
*
*: convert zclient callbacks to table
David Lamparter
2021-10-20
3
-18
/
+25
*
|
nhrpd: align nhrp privs with definition from others
Philippe Guibert
2021-10-21
1
-0
/
+2
*
|
nhrpd: drop list.h
David Lamparter
2021-10-19
3
-212
/
+0
*
|
nhrpd: convert zbuf queue to DLIST
David Lamparter
2021-10-19
2
-15
/
+16
*
|
nhrpd: convert SA list to DLIST
David Lamparter
2021-10-19
1
-13
/
+12
*
|
nhrpd: convert reg list to DLIST
David Lamparter
2021-10-19
2
-21
/
+20
*
|
nhrpd: convert mcast list to DLIST
David Lamparter
2021-10-19
4
-23
/
+20
*
|
nhrpd: convert nhs list to DLIST
David Lamparter
2021-10-19
4
-44
/
+34
*
|
nhrpd: convert notifier list to DLIST
David Lamparter
2021-10-19
5
-18
/
+30
|
/
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
7
-13
/
+0
*
Merge pull request #9488 from pguibert6WIND/fix_nhrp_neigh_state
Russ White
2021-08-28
1
-1
/
+2
|
\
|
*
nhrp, zebra, lib: pass exact received neighbor state value to nhrp
Philippe Guibert
2021-08-26
1
-1
/
+2
*
|
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
\
|
*
|
lib: remove unused argument from vrf_cmd_init
Igor Ryzhov
2021-08-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #9331 from idryzhov/explicit-exit
Christian Hopps
2021-08-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: explicitly print "exit" at the end of every node config
Igor Ryzhov
2021-08-23
1
-1
/
+1
*
|
*: Drop `break` after using frr_help_exit() in switch/case
Donatas Abraitis
2021-08-25
1
-1
/
+0
|
/
*
Merge pull request #8262 from reubendowle/fixes/nhrp-misc-fixes
Donald Sharp
2021-08-08
2
-2
/
+12
|
\
|
*
nhrpd: Clear cache when shortcuts are cleared
Amol Lad
2021-05-18
1
-1
/
+8
|
*
nhrpd: Set prefix correctly in resolution request
Amol Lad
2021-05-18
1
-1
/
+3
|
*
nhrpd: Fix corrupt address being shown for shortcuts with no cache entry
Reuben Dowle
2021-05-18
1
-0
/
+1
*
|
nhrp: fix display of nhs command.
Dmitrii Turlupov
2021-08-03
1
-1
/
+1
*
|
*: cleanup interface node installation
Igor Ryzhov
2021-07-29
1
-12
/
+1
*
|
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
[prev]
[next]