summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-09-11 11:33:27 -0400
committerGitHub <noreply@github.com>2018-09-11 11:33:27 -0400
commit88f47ef36536a040b30652bc22c253e7c5bc1c2e (patch)
tree272285fef5319101109e4148f7784155bebe5fdc /zebra/interface.h
parent5297438f5976b9a4460b07866413dfb990957af2 (diff)
parentc3568c4d1a080bc0510894374e16c157be28e8e4 (diff)
Merge pull request #2944 from thbtcllt/master
fix zebra crash when a vrf interface changes with netns implementation for vrf
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 956d430cf9..02a05e6146 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -328,8 +328,6 @@ extern void zebra_if_init(void);
extern struct interface *if_lookup_by_index_per_ns(struct zebra_ns *, uint32_t);
extern struct interface *if_lookup_by_name_per_ns(struct zebra_ns *,
const char *);
-extern struct interface *if_lookup_by_name_not_ns(ns_id_t ns_id,
- const char *ifname);
extern struct interface *if_link_per_ns(struct zebra_ns *, struct interface *);
extern const char *ifindex2ifname_per_ns(struct zebra_ns *, unsigned int);