Re: [PATCH net-next] net: bridge: notify on vlan tunnel changes done via the old api

2020-07-12 Thread David Miller
From: Nikolay Aleksandrov Date: Sat, 11 Jul 2020 18:05:04 +0300 > If someone uses the old vlan API to configure tunnel mappings we'll only > generate the old-style full port notification. That would be a problem > if we are monitoring the new vlan notifications for changes. The patch > resolves t

[PATCH net-next] net: bridge: notify on vlan tunnel changes done via the old api

2020-07-11 Thread Nikolay Aleksandrov
If someone uses the old vlan API to configure tunnel mappings we'll only generate the old-style full port notification. That would be a problem if we are monitoring the new vlan notifications for changes. The patch resolves the issue by adding vlan notifications to the old tunnel netlink code. As u