All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/4] monitor command fixes
@ 2022-09-22  6:19 Benjamin Poirier
  2022-09-22  6:19 ` [PATCH iproute2 1/4] bridge: Do not print stray prefixes in monitor mode Benjamin Poirier
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Benjamin Poirier @ 2022-09-22  6:19 UTC (permalink / raw)
  To: netdev; +Cc: David Ahern, Stephen Hemminger, Ido Schimmel

Fix problems in `bridge monitor` and `ip monitor` regarding the filtering
of object types and address families.

Benjamin Poirier (4):
  bridge: Do not print stray prefixes in monitor mode
  ip-monitor: Do not listen for nexthops by default when specifying
    stats
  ip-monitor: Include stats events in default and "all" cases
  ip-monitor: Fix the selection of rtnl groups when listening for all
    object types

 bridge/br_common.h |   1 +
 bridge/fdb.c       |   3 ++
 bridge/link.c      |   4 ++
 bridge/mdb.c       |   3 ++
 bridge/monitor.c   |  35 ++++----------
 bridge/vlan.c      |   4 ++
 bridge/vni.c       |   4 ++
 ip/ipmonitor.c     | 115 +++++++++++++++++----------------------------
 8 files changed, 71 insertions(+), 98 deletions(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2022-10-26  6:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-22  6:19 [PATCH iproute2 0/4] monitor command fixes Benjamin Poirier
2022-09-22  6:19 ` [PATCH iproute2 1/4] bridge: Do not print stray prefixes in monitor mode Benjamin Poirier
2022-09-22 15:28   ` Stephen Hemminger
2022-10-25 22:29     ` [PATCH iproute2] ip-monitor: Do not error out when RTNLGRP_STATS is not available Benjamin Poirier
2022-10-26  2:17       ` Stephen Hemminger
2022-10-26  3:20       ` Stephen Hemminger
2022-10-26  6:49         ` [PATCH iproute2 v2] " Benjamin Poirier
2022-09-22  6:19 ` [PATCH iproute2 2/4] ip-monitor: Do not listen for nexthops by default when specifying stats Benjamin Poirier
2022-09-22  6:19 ` [PATCH iproute2 3/4] ip-monitor: Include stats events in default and "all" cases Benjamin Poirier
2022-10-25 15:51   ` Stephen Hemminger
2022-09-22  6:19 ` [PATCH iproute2 4/4] ip-monitor: Fix the selection of rtnl groups when listening for all object types Benjamin Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.