#700384 iproute: 'ip monitor all' prefix banner spamming

Package:
iproute2
Source:
iproute2
Description:
networking and traffic control tools
Submitter:
Robert Henney
Date:
2017-12-30 20:12:18 UTC
Severity:
minor
#700384#5
Date:
2013-02-12 09:36:07 UTC
From:
To:
When using 'ip monitor all', prefix banner spamming of the object
type occurs.  On squeeze this does not happen (the object type is
only printed once), so I presume the bug was introduced in a more
recent version that made it into wheezy.
difference between adding 'all' onto 'ip monitor' is that prefix
banner printing is enabled.

Here is a sample of the output I see on my wheezy install.  Notice
that several lines have "[ROUTE]" appended many times to the
beginning.

[NEIGH]fe80::20b:cdff:fef4:579d dev eth1 lladdr 00:0b:cd:f4:57:9d router STALE
[ROUTE][NEIGH]192.168.0.1 dev eth1 lladdr 00:0b:cd:f4:57:9d STALE
[ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][NEIGH]192.168.0.1 dev eth1 lladdr 00:0b:cd:f4:57:9d STALE
[ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][NEIGH]192.168.0.1 dev eth1 lladdr 00:0b:cd:f4:57:9d STALE
[ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][NEIGH]fe80::20b:cdff:fef4:579d dev eth1 lladdr 00:0b:cd:f4:57:9d router STALE
[NEIGH]192.168.0.1 dev eth1 lladdr 00:0b:cd:f4:57:9d STALE
[NEIGH]fe80::20b:cdff:fef4:579d dev eth1 lladdr 00:0b:cd:f4:57:9d router STALE

#700384#10
Date:
2013-02-12 18:41:20 UTC
From:
To:
Those [ROUTE] header are from entries from IPv6 cache which are being ignored by the
filter.

#700384#15
Date:
2017-12-29 20:44:04 UTC
From:
To:
On Tue, 12 Feb 2013 10:41:20 -0800 Stephen Hemminger <stephen@networkpl umber.org> wrote:
only 
router STALE
[ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][
ROUTE][ROUTE][ROUTE][NEIGH]192.168.0.1 dev eth1 lladdr
00:0b:cd:f4:57:9d STALE
[ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][ROUTE][NEIGH]192.168.
0.1 dev eth1 lladdr 00:0b:cd:f4:57:9d STALE
dev eth1 lladdr 00:0b:cd:f4:57:9d router STALE
router STALE
ignored by the

Hi,

As Stephen explained these are expected, so marking this as wontfix.