]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_cmd.c
*: fix non-const northbound XPath format strings
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 26 Jan 2023 13:56:04 +0000 (14:56 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 27 Jan 2023 11:01:20 +0000 (12:01 +0100)
commitae08de9f427ec6b71299ae2786cff19b98d0468f
treeeac8b492c20355de2a6e1e787cb00f0abfefb04f
parentc84e51870940311bb6ec67d8b192da1ce32cba8f
*: fix non-const northbound XPath format strings

Passing a pre-formatted buffer in these places needs a `"%s"` in front
so it doesn't get formatted twice.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_cli.c
lib/filter_cli.c
lib/filter_nb.c
lib/if.c
lib/vrf.c
pathd/path_nb.c
pimd/pim_cmd.c
pimd/pim_cmd_common.c
staticd/static_vty.c