diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-08-03 14:53:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-08-03 14:53:41 +0000 |
| commit | 61793a0c8be0b6b31135ed48c9fccb9c30e1eaab (patch) | |
| tree | cf98c3c84bff9c2c45e1b5e394ebd27006cde9dc /usr.bin | |
| parent | cec335f93711eb700110a1b1ed7f2df0d70f2090 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/netstat/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index 453eb791c905..9c128aad4fdf 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -174,7 +174,7 @@ struct protox { { -1, N_IPSECSTAT, 1, 0, ipsec_stats, NULL, "ipsec", 0}, #endif - { -1, -1, 1, protopr, + { -1, -1, 1, 0, bdg_stats, NULL, "bdg", 1 /* bridging... */ }, { -1, -1, 0, 0, 0, NULL, 0 } @@ -198,7 +198,7 @@ struct protox ip6protox[] = { { -1, N_PIM6STAT, 1, 0, pim6_stats, NULL, "pim6", 0 }, #endif - { -1, -1, 1, protopr, + { -1, -1, 1, 0, bdg_stats, NULL, "bdg", 1 /* bridging... */ }, { -1, -1, 0, 0, 0, NULL, 0, 0 } |
