On Mon, 27 Jul 2020 16:26:07 +0300 Anton Danilov <littlesmilingcl...@gmail.com> wrote:
> In most of cases a user wants to see only the dynamic mac addresses > in the fdb output. But currently the 'fdb show' displays tons of > various self entries, those only waste the output without any useful > goal. > > New option 'dynamic' for 'show' and 'get' commands forces display > only relevant records. > > Signed-off-by: Anton Danilov <littlesmilingcl...@gmail.com> Looks like a good solution. Applied