diff options
| -rw-r--r-- | lib/vrf.c | 7 | ||||
| -rw-r--r-- | lib/vrf.h | 1 | 
2 files changed, 0 insertions, 8 deletions
@@ -1068,13 +1068,6 @@ int vrf_sockunion_socket(const union sockunion *su, vrf_id_t vrf_id,  	return ret;  } -vrf_id_t vrf_generate_id(void) -{ -	static int vrf_id_local; - -	return ++vrf_id_local; -} -  /* ------- Northbound callbacks ------- */  /* @@ -323,7 +323,6 @@ extern int vrf_netns_handler_create(struct vty *vty, struct vrf *vrf,  extern void vrf_disable(struct vrf *vrf);  extern int vrf_enable(struct vrf *vrf);  extern void vrf_delete(struct vrf *vrf); -extern vrf_id_t vrf_generate_id(void);  extern const struct frr_yang_module_info frr_vrf_info;  | 
