mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:18:53 +00:00
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>
This commit is contained in:
parent
34a6e223fb
commit
f18cb4fb58
@ -94,6 +94,7 @@ struct frr_signal_t pim6d_signals[] = {
|
||||
},
|
||||
};
|
||||
|
||||
/* clang-format off */
|
||||
static const struct frr_yang_module_info *const pim6d_yang_modules[] = {
|
||||
&frr_filter_info,
|
||||
&frr_interface_info,
|
||||
@ -105,7 +106,6 @@ static const struct frr_yang_module_info *const pim6d_yang_modules[] = {
|
||||
&frr_gmp_info,
|
||||
};
|
||||
|
||||
/* clang-format off */
|
||||
FRR_DAEMON_INFO(pim6d, PIM6,
|
||||
.vty_port = PIM6D_VTY_PORT,
|
||||
.proghelp = "Protocol Independent Multicast (RFC7761) for IPv6",
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user