summaryrefslogtreecommitdiffstats
path: root/zebra/rt.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-02-12 17:10:04 +0100
committerMark Stapp <mjs@voltanet.io>2019-04-22 19:49:27 +0200
commit39fa2825acb99904acbf5219958748796a8f4667 (patch)
treeb72eb114ae93958a71fbd2ac0946d30fac058c25 /zebra/rt.h
parentzebra: Dplane interface address install for non-netlink (diff)
downloadfrr-39fa2825acb99904acbf5219958748796a8f4667.tar.xz
frr-39fa2825acb99904acbf5219958748796a8f4667.zip
zebra: removing old intf address code
Remove old ioctl and netlink interface-address code after conversion to async dataplane Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/rt.h')
-rw-r--r--zebra/rt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/zebra/rt.h b/zebra/rt.h
index f4b9bcb94..08b51fcc0 100644
--- a/zebra/rt.h
+++ b/zebra/rt.h
@@ -50,11 +50,6 @@ extern enum zebra_dplane_result kernel_lsp_update(
enum zebra_dplane_result kernel_pw_update(struct zebra_dplane_ctx *ctx);
-extern int kernel_address_add_ipv4(struct interface *, struct connected *);
-extern int kernel_address_delete_ipv4(struct interface *, struct connected *);
-extern int kernel_address_add_ipv6(struct interface *, struct connected *);
-extern int kernel_address_delete_ipv6(struct interface *, struct connected *);
-
enum zebra_dplane_result kernel_address_update_ctx(
struct zebra_dplane_ctx *ctx);