diff options
author | Archie Cobbs <archie@FreeBSD.org> | 1999-12-03 23:12:41 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 1999-12-03 23:12:41 +0000 |
commit | e489a907c49f80c9fe0e4738ec08e4f2407da3df (patch) | |
tree | 5a75096a7d9d09e1e91902b2a71ef4e7d14cd4d7 | |
parent | 92a3e5521fa3b5e868b7322e46dd2f359ac46721 (diff) |
Notes
-rw-r--r-- | lib/libnetgraph/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libnetgraph/debug.c b/lib/libnetgraph/debug.c index cd7f7cb1751f6..e17fd9ce56ec3 100644 --- a/lib/libnetgraph/debug.c +++ b/lib/libnetgraph/debug.c @@ -103,6 +103,7 @@ struct ng_cookie { static const struct ng_cookie cookies[] = { COOKIE(UI), COOKIE(ASYNC), + COOKIE(BPF), COOKIE(CISCO), COOKIE(ECHO), COOKIE(ETHER), |