summaryrefslogtreecommitdiff
path: root/pimd/pim_iface.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-01 07:58:05 -0400
committerGitHub <noreply@github.com>2017-04-01 07:58:05 -0400
commit2aaa554de9535e9299519d82b11f55f12c808975 (patch)
tree504a77d6bbb076ac8ba7a564e8b15c597bd5afad /pimd/pim_iface.h
parent2e725ad140e14ed03195028881be65c2cefc079a (diff)
parent2b5c7fa46d98ea35f6febd5b3da32ca0a2445ca2 (diff)
Merge branch 'master' into pim_5549
Diffstat (limited to 'pimd/pim_iface.h')
-rw-r--r--pimd/pim_iface.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h
index f4d7518d7a..c42c691067 100644
--- a/pimd/pim_iface.h
+++ b/pimd/pim_iface.h
@@ -58,11 +58,6 @@ struct pim_iface_upstream_switch {
struct list *us;
};
-enum pim_interface_type {
- PIM_INTERFACE_SSM,
- PIM_INTERFACE_SM
-};
-
enum pim_secondary_addr_flags {
PIM_SEC_ADDRF_NONE = 0,
PIM_SEC_ADDRF_STALE = (1 << 0)
@@ -74,7 +69,6 @@ struct pim_secondary_addr {
};
struct pim_interface {
- enum pim_interface_type itype;
uint32_t options; /* bit vector */
ifindex_t mroute_vif_index;
struct in_addr primary_address; /* remember addr to detect change */