mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add Protocol Independent Multicast protocol.
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
parent
891c1d4bd3
commit
33583c6f18
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119187
@ -148,6 +148,7 @@ static const struct ng_ksocket_alias ng_ksocket_protos[] = {
|
||||
{ "swipe", IPPROTO_SWIPE, PF_INET },
|
||||
{ "encap", IPPROTO_ENCAP, PF_INET },
|
||||
{ "divert", IPPROTO_DIVERT, PF_INET },
|
||||
{ "pim", IPPROTO_PIM, PF_INET },
|
||||
{ "ddp", ATPROTO_DDP, PF_APPLETALK },
|
||||
{ "aarp", ATPROTO_AARP, PF_APPLETALK },
|
||||
{ NULL, -1 },
|
||||
|
Loading…
Reference in New Issue
Block a user