From: Andrew Yourtchenko Date: Fri, 13 Oct 2017 10:15:34 +0000 (+0200) Subject: acl-plugin: split the "show" commands and add an option to show ACLs by interface X-Git-Tag: v18.04-rc0~474 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=7e550693dffd368b9dd8e0397674cfc4d10f9579;hp=7e550693dffd368b9dd8e0397674cfc4d10f9579;p=vpp.git acl-plugin: split the "show" commands and add an option to show ACLs by interface From the troubleshooting perspective, it is nice to immediately know the ACEs for the ACLs applied to an interface, so implement that. To make the CLI more friendly, split each of the "show" variants into an independent _cmd function with the distinct CLI path. Change-Id: I519e4799083c04e8f0fcdf3e262a73493be4b690 Signed-off-by: Andrew Yourtchenko ---