]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-cfm.c
Don't require IPv6 library support in order to support IPv6 addresses.
[tcpdump] / print-cfm.c
index c48b1a29584039dc48eaa31f6c4c48fac9c3c62f..2d67e84c7000ebf8b8b3b1cb47e1e95ce5bf426c 100644 (file)
@@ -249,11 +249,9 @@ cfm_mgmt_addr_print(netdissect_options *ndo,
         ND_PRINT((ndo, ", %s", ipaddr_string(ndo, tptr + 1)));
         break;
 
-#ifdef INET6
     case AFNUM_INET6:
         ND_PRINT((ndo, ", %s", ip6addr_string(ndo, tptr + 1)));
         break;
-#endif
 
     default:
         hexdump = TRUE;