diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h index 12717d16ac7a..66785998eb50 100644 --- a/sys/netgraph/ng_bridge.h +++ b/sys/netgraph/ng_bridge.h @@ -148,6 +148,7 @@ struct ng_bridge_move_host { #define NG_BRIDGE_MOVE_HOST_TYPE_INFO(entype) { \ { "addr", (entype) }, \ { "hook", &ng_parse_hookbuf_type }, \ + { NULL } \ } /* Netgraph control messages */