]> git.puffer.fish Git - matthieu/frr.git/commit
lib: fix order of interfaces in the config
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 6 Mar 2024 19:41:35 +0000 (21:41 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 6 Mar 2024 19:41:35 +0000 (21:41 +0200)
commit18da7369490af6bfb88431ad3f2c3a2934865f17
tree5debd7c718b9fbaac83c9796ae80e9b2ed2743f8
parentdfe570e988b6f4bf295452bcb8397789d3dca359
lib: fix order of interfaces in the config

Add missing cli_cmp callback. Without it, interfaces are not sorted and
printed in order they were created.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/if.c