mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-17 08:23:39 +00:00
isisd: fix compilation warning on OpenBSD
Use different declaration style to fix compilation warning on OpenBSD. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
This commit is contained in:
parent
c3e6ac0bba
commit
98ec2b3e40
@ -3251,8 +3251,10 @@ const struct frr_yang_module_info frr_isisd_info = {
|
||||
},
|
||||
{
|
||||
.xpath = "/frr-interface:lib/interface/frr-isisd:isis/bfd-monitoring",
|
||||
.cbs.modify = lib_interface_isis_bfd_monitoring_modify,
|
||||
.cbs.cli_show = cli_show_ip_isis_bfd_monitoring,
|
||||
.cbs = {
|
||||
.modify = lib_interface_isis_bfd_monitoring_modify,
|
||||
.cli_show = cli_show_ip_isis_bfd_monitoring,
|
||||
}
|
||||
},
|
||||
{
|
||||
.xpath = "/frr-interface:lib/interface/frr-isisd:isis/csnp-interval",
|
||||
|
Loading…
Reference in New Issue
Block a user