Do not display icmp(4) sockets as non-existent bridge(4) sockets.
This commit is contained in:
parent
cec335f937
commit
61793a0c8b
@ -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 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user