mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Fixed indentation for LINKTYPE_ENC
Approved by: gnn(mentor)
This commit is contained in:
parent
b82183f68f
commit
ff1fdd77ff
1 changed files with 1 additions and 1 deletions
|
|
@ -908,7 +908,7 @@ static struct linktype_map {
|
|||
{ DLT_IPMB, LINKTYPE_IPMB },
|
||||
|
||||
/* enc0 device */
|
||||
{ DLT_ENC, LINKTYPE_ENC },
|
||||
{ DLT_ENC, LINKTYPE_ENC },
|
||||
|
||||
/* Juniper Secure Tunnel */
|
||||
{ DLT_JUNIPER_ST, LINKTYPE_JUNIPER_ST },
|
||||
|
|
|
|||
Loading…
Reference in a new issue