[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2528510b-3463-8a8b-25c2-9402a8a78fcd@gmail.com>
Date: Tue, 25 Oct 2022 14:18:00 +0300
From: George Shuklin <george.shuklin@...il.com>
To: netdev@...r.kernel.org
Subject: Bug in netlink monitor
I found that if veth interface is created in a namespace using netns
option for ip, no events are logged in `ip monitor all-nsid`.
Steps to reproduce:
(console1)
ip monitor all-nsid
(console 2)
ip net add foobar
ip link add netns foobar type veth
Expected results:
Output in `ip monitor`. Actual result: no output, (but there are two new
veth interaces in foobar namespace).
Additional observation: namespace 'foobar' does not have id in output of
`ip net`:
# ip net
foobar
test (id: 0)
test2 (id: 1)
Powered by blists - more mailing lists