Add Protocol Independent Multicast protocol.

Submitted by:	Pavlin Radoslavov <pavlin@icir.org>
This commit is contained in:
Jeffrey Hsu 2003-08-20 22:11:58 +00:00
parent 891c1d4bd3
commit 33583c6f18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119187

View File

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