diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-07-27 12:16:41 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-07-27 21:47:23 -0300 |
| commit | d97c792e9f525e360d3f39fd5c73e3ab4bd908c3 (patch) | |
| tree | bebdbc419091082f695ab984a857b63b44980e48 /zebra/zebra_static.h | |
| parent | 8bcbf3b0d705b532c17670ad508930414213e953 (diff) | |
zebra: remove redundant DEFUNs for labeled static routes
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_static.h')
| -rw-r--r-- | zebra/zebra_static.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/zebra/zebra_static.h b/zebra/zebra_static.h index 91ac0a33c2..dff799a9aa 100644 --- a/zebra/zebra_static.h +++ b/zebra/zebra_static.h @@ -100,16 +100,4 @@ extern int static_delete_route(afi_t, safi_t safi, u_char type, struct zebra_vrf *zvrf, struct static_nh_label *snh_label); -int zebra_static_ipv4(struct vty *vty, safi_t safi, int add_cmd, - const char *dest_str, const char *mask_str, - const char *gate_str, const char *flag_str, - const char *tag_str, const char *distance_str, - const char *vrf_id_str, const char *label_str); - -int static_ipv6_func(struct vty *vty, int add_cmd, const char *dest_str, - const char *src_str, const char *gate_str, - const char *ifname, const char *flag_str, - const char *tag_str, const char *distance_str, - const char *vrf_id_str, const char *label_str); - #endif |
