Added DLT_ENC to map list, so it is now possible

to save dumps on enc0

Reviewed by:	gnn(mentor)
Obtained from:	NETASQ
MFC after:	1 week
This commit is contained in:
VANHULLEBUS Yvan 2009-03-16 15:09:47 +00:00
parent ad7de3aafb
commit ef39bc9f18
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189877

View File

@ -811,6 +811,9 @@ static struct linktype_map {
/* IPMB */
{ DLT_IPMB, LINKTYPE_IPMB },
/* enc0 device */
{ DLT_ENC, LINKTYPE_ENC },
{ -1, -1 }
};