]> 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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Fri, 8 Mar 2024 13:12:49 +0000 (13:12 +0000)
commit7b60258be533c25a2aa4aef20b156e2b26efd313
treecbb5d3fac9ced6c16c89746bd22c7db8fef43602
parent68eb06de45596e25fe9df306634f5599fe835725
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>
(cherry picked from commit 18da7369490af6bfb88431ad3f2c3a2934865f17)
lib/if.c