summaryrefslogtreecommitdiffstats
path: root/pbrd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-11-20 17:23:04 +0100
committerDavid Lamparter <equinox@diac24.net>2019-11-30 00:38:32 +0100
commit0d8c7a26a1e5dbbd36df79751b2468276bd7ec20 (patch)
tree26c00eccb416d6e2a83b68ee7e9e658c493c4de7 /pbrd
parent*: make all route_map_rule_cmd const (diff)
downloadfrr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.tar.xz
frr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.zip
*: make frr_yang_module_info const
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'pbrd')
-rw-r--r--pbrd/pbr_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c
index faa3de42f..b228847f0 100644
--- a/pbrd/pbr_main.c
+++ b/pbrd/pbr_main.c
@@ -112,7 +112,7 @@ struct quagga_signal_t pbr_signals[] = {
#define PBR_VTY_PORT 2615
-static const struct frr_yang_module_info *pbrd_yang_modules[] = {
+static const struct frr_yang_module_info *const pbrd_yang_modules[] = {
&frr_interface_info,
};