diff options
Diffstat (limited to 'zebra/zserv_null.c')
| -rw-r--r-- | zebra/zserv_null.c | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/zebra/zserv_null.c b/zebra/zserv_null.c index 4b52abb222..661554486f 100644 --- a/zebra/zserv_null.c +++ b/zebra/zserv_null.c @@ -30,11 +30,17 @@ #include <zebra_vrf.h> #include <router-id.h> -int zsend_vrf_delete (struct zserv *zserv, struct zebra_vrf *zvrf) -{ return 0; } +int zsend_vrf_delete(struct zserv *zserv, struct zebra_vrf *zvrf) +{ + return 0; +} -int zsend_vrf_add (struct zserv *zserv, struct zebra_vrf *zvrf) -{ return 0; } +int zsend_vrf_add(struct zserv *zserv, struct zebra_vrf *zvrf) +{ + return 0; +} -void router_id_init (struct zebra_vrf *zvrf) -{ return; } +void router_id_init(struct zebra_vrf *zvrf) +{ + return; +} |
