]> git.puffer.fish Git - mirror/frr.git/commit
lib: add ZEBRA_FLAG_OUTOFSYNC to dump_flags function 15854/head
authorMark Stapp <mjs@cisco.com>
Fri, 26 Apr 2024 18:48:00 +0000 (14:48 -0400)
committerMark Stapp <mjs@cisco.com>
Fri, 26 Apr 2024 18:48:00 +0000 (14:48 -0400)
commitc943b71c9f847e43ff6bad47156c6c4f545004a0
tree27d370de39fb545db1161ced7decdc1761ed261b
parent4cedd222530ee2cf0cf51702b8ac56512d884a73
lib: add ZEBRA_FLAG_OUTOFSYNC to dump_flags function

Right where the zapi route flags are defined, there's a comment
asking that the flag-dumper-function also be updated.

Also apply clang-format's preferences, so next person won't have
to.

Signed-off-by: Mark Stapp <mjs@cisco.com>
lib/zclient.c