mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
Merge pull request #4203 from opensourcerouting/bfd-fix-src-port
bfdd: fix UDP source port range
This commit is contained in:
commit
69b43ce1d0
@ -308,8 +308,8 @@ TAILQ_HEAD(obslist, bfd_session_observer);
|
||||
#define BFD_PKT_INFO_VAL 1
|
||||
#define BFD_IPV6_PKT_INFO_VAL 1
|
||||
#define BFD_IPV6_ONLY_VAL 1
|
||||
#define BFD_SRCPORTINIT 49142
|
||||
#define BFD_SRCPORTMAX 65536
|
||||
#define BFD_SRCPORTINIT 49152
|
||||
#define BFD_SRCPORTMAX 65535
|
||||
#define BFD_DEFDESTPORT 3784
|
||||
#define BFD_DEF_ECHO_PORT 3785
|
||||
#define BFD_DEF_MHOP_DEST_PORT 4784
|
||||
|
Loading…
Reference in New Issue
Block a user