Merge pull request #4203 from opensourcerouting/bfd-fix-src-port

bfdd: fix UDP source port range
This commit is contained in:
Mark Stapp 2019-04-25 15:18:29 -04:00 committed by GitHub
commit 69b43ce1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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