diff options
Diffstat (limited to 'zebra/client_main.c')
-rw-r--r-- | zebra/client_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/client_main.c b/zebra/client_main.c index 8b95907b..06afc56d 100644 --- a/zebra/client_main.c +++ b/zebra/client_main.c @@ -54,6 +54,7 @@ zebra_test_ipv4 (int command, int type, char *prefix, char *gateway, inet_aton (gateway, &gate); gpnt = &gate; + api.vrf_id = VRF_DEFAULT; api.type = type; api.flags = 0; |