mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add definition of IPv6 mobility header's protocol number, as assigned by
IANA and defined in RFC 3775. Obtained from: KAME
This commit is contained in:
parent
39228864fd
commit
b80d1bf60e
1 changed files with 1 additions and 0 deletions
|
|
@ -236,6 +236,7 @@ __END_DECLS
|
|||
#define IPPROTO_GMTP 100 /* GMTP*/
|
||||
#define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */
|
||||
#define IPPROTO_SCTP 132 /* SCTP */
|
||||
#define IPPROTO_MH 135 /* IPv6 Mobility Header */
|
||||
/* 101-254: Partly Unassigned */
|
||||
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */
|
||||
#define IPPROTO_CARP 112 /* CARP */
|
||||
|
|
|
|||
Loading…
Reference in a new issue