diff options
Diffstat (limited to 'dev.c')
-rw-r--r-- | dev.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -385,8 +385,10 @@ const char *device_type2str(uint16_t type) return "phonet"; case ARPHRD_PHONET_PIPE: return "phonet_pipe"; +#if defined(ARPHRD_CAIF) case ARPHRD_CAIF: return "caif"; +#endif case ARPHRD_IP6GRE: return "ip6gre"; case ARPHRD_NETLINK: |