diff --git a/sys/net/if.c b/sys/net/if.c index 98551fd453a5..8eff017e29d5 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -3453,7 +3453,7 @@ DB_SHOW_COMMAND(ifnet, db_show_ifnet) if_show_ifnet((struct ifnet *)addr); } -DB_SHOW_COMMAND(ifnets, db_show_ifnets) +DB_SHOW_ALL_COMMAND(ifnets, db_show_all_ifnets) { VNET_ITERATOR_DECL(vnet_iter); struct ifnet *ifp;