Re: [PATCH net-next] ipmr: ip6mr: Add ability to display non default caches and vifs
From: Andrew Lunn <andrew@lunn.ch>
Date: 2021-08-18 23:09:20
On Wed, Aug 18, 2021 at 06:50:22PM -0400, Stephen Suryaputra wrote:
On Thu, Aug 19, 2021 at 01:37:21AM +0300, Nikolay Aleksandrov wrote:quoted
Sorry, but I don't see any point to this. We don't have it for any of the other non-default cases, and I don't see a point of having it for ipmr either. If you'd like to display the non-default tables then you query for them, you don't change a sysctl to see them in /proc. It sounds like a workaround for an issue that is not solved properly, and generally it shouldn't be using /proc. If netlink interfaces are not sufficient please improve them.We found that the ability to dump the tables from kernel point of view is valuable for debugging the applications. Sometimes during the development, bugs in the use of the netlink interfaces can be solved quickly if the tables in the kernel can be viewed easily. If you agree on the reasoning above, what do you recommend then? Again, this is to easily view what's in the kernel.
Does iproute2 allow you to dump the tables?
First work on a simple CLI tool to dump the tables. Make it bug free
and contribute it. Then work on your buggy multicast routing daemon.
Andrew