svn commit: r332236 - stable/11/sys/netinet
Michael Tuexen
tuexen at FreeBSD.org
Sat Apr 7 20:42:07 UTC 2018
Author: tuexen
Date: Sat Apr 7 20:42:06 2018
New Revision: 332236
URL: https://svnweb.freebsd.org/changeset/base/332236
Log:
MFC r328478:
Add constant for the PAD chunk as defined in RFC 4820.
This will be used by traceroute and traceroute6 soon.
Modified:
stable/11/sys/netinet/sctp_constants.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/netinet/sctp_constants.h
==============================================================================
--- stable/11/sys/netinet/sctp_constants.h Sat Apr 7 20:40:40 2018 (r332235)
+++ stable/11/sys/netinet/sctp_constants.h Sat Apr 7 20:42:06 2018 (r332236)
@@ -418,6 +418,8 @@ __FBSDID("$FreeBSD$");
#define SCTP_RANDOM 0x8002
#define SCTP_CHUNK_LIST 0x8003
#define SCTP_HMAC_LIST 0x8004
+/* RFC 4820 */
+#define SCTP_PAD 0x8005
/* RFC 5061 */
#define SCTP_SUPPORTED_CHUNK_EXT 0x8008
More information about the svn-src-stable
mailing list