- add appropriate string for arp header #32 for use by ip(8)
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 May 2008 16:21:00 +0000 (16:21 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 May 2008 16:21:00 +0000 (16:21 -0000)
networking/libiproute/ll_types.c

index 50c9f208f1737aaeb953c0a1e170b49e52419445..d5d2a1f39ecd401a02cf7b0b69e4ee786a476642 100644 (file)
@@ -21,6 +21,9 @@ const char *ll_type_n2a(int type, char *buf, int len)
        /* 0,                  */ "generic" "\0"
        /* ARPHRD_LOOPBACK,    */ "loopback" "\0"
        /* ARPHRD_ETHER,       */ "ether" "\0"
+#ifdef ARPHRD_INFINIBAND
+       /* ARPHRD_INFINIBAND,  */ "infiniband" "\0"
+#endif
 #ifdef ARPHRD_IEEE802_TR
        /* ARPHRD_IEEE802,     */ "ieee802" "\0"
        /* ARPHRD_IEEE802_TR,  */ "tr" "\0"
@@ -107,6 +110,9 @@ const char *ll_type_n2a(int type, char *buf, int len)
        0,                  /* "generic" "\0" */
        ARPHRD_LOOPBACK,    /* "loopback" "\0" */
        ARPHRD_ETHER,       /* "ether" "\0" */
+#ifdef ARPHRD_INFINIBAND
+       ARPHRD_INFINIBAND,  /* "infiniband" "\0" */
+#endif
 #ifdef ARPHRD_IEEE802_TR
        ARPHRD_IEEE802,     /* "ieee802" "\0" */
        ARPHRD_IEEE802_TR,  /* "tr" "\0" */