Skip to content

Commit

Permalink
utils: add missing link layer protocol translations
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Haller <thaller@redhat.com>
  • Loading branch information
thom311 committed Jun 4, 2015
1 parent 1dbe738 commit e206c25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.c
Expand Up @@ -629,6 +629,7 @@ int nl_str2nlfamily(const char *name)

static const struct trans_tbl llprotos[] = {
{0, "generic"},
__ADD(ARPHRD_NETROM,netrom),
__ADD(ARPHRD_ETHER,ether),
__ADD(ARPHRD_EETHER,eether),
__ADD(ARPHRD_AX25,ax25),
Expand All @@ -654,6 +655,7 @@ static const struct trans_tbl llprotos[] = {
__ADD(ARPHRD_HWX25,hwx25),
__ADD(ARPHRD_CAN,can),
__ADD(ARPHRD_PPP,ppp),
__ADD(ARPHRD_CISCO,cisco),
__ADD(ARPHRD_HDLC,hdlc),
__ADD(ARPHRD_LAPB,lapb),
__ADD(ARPHRD_DDCMP,ddcmp),
Expand Down

0 comments on commit e206c25

Please sign in to comment.