diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-05-08 19:27:22 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-06-20 13:10:51 +0200 |
| commit | f18cb4fb58cd443fad02ed991387b301885aaaea (patch) | |
| tree | 722539054baa0eb7bb061a7990be4b79c6e71032 /pimd/pim_main.c | |
| parent | 34a6e223fb2a1ad479aa36d997850924baa137a9 (diff) | |
pimd: make clang-format slightly less annoying
The YANG module list is really better as 1-item-per-line.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_main.c')
| -rw-r--r-- | pimd/pim_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 400db396c2..8f2ce0bed3 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -59,6 +59,7 @@ struct zebra_privs_t pimd_privs = { .cap_num_p = array_size(_caps_p), .cap_num_i = 0}; +/* clang-format off */ static const struct frr_yang_module_info *const pimd_yang_modules[] = { &frr_filter_info, &frr_interface_info, @@ -70,7 +71,6 @@ static const struct frr_yang_module_info *const pimd_yang_modules[] = { &frr_gmp_info, }; -/* clang-format off */ FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT, .proghelp = "Implementation of the PIM routing protocol.", |
