summaryrefslogtreecommitdiff
path: root/staticd/static_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'staticd/static_vty.c')
-rw-r--r--staticd/static_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c
index 45a4d53ba1..98153f7149 100644
--- a/staticd/static_vty.c
+++ b/staticd/static_vty.c
@@ -1047,7 +1047,7 @@ DEFPY(ip_route_vrf,
VTY_DECLVAR_CONTEXT(vrf, vrf);
struct static_vrf *svrf = vrf->info;
struct static_vrf *nh_svrf;
- const char *flag = NULL;
+ const char *flag = NULL;
if (table_str && !vrf_is_backend_netns()) {
vty_out(vty,