diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-04-08 10:30:24 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-04-08 10:30:24 +0200 | 
| commit | 4f977c8e77190607bc153d26f7278fe92c4591d6 (patch) | |
| tree | ce34665bfcd543bcd9eca9f5c95a4940462b6188 /pimd/pim_iface.h | |
| parent | e09284ca092514837e5d68b0893a609258a26009 (diff) | |
pimd: remove pim_interface->options
I should've removed this in #10960.  It's a hazard in terms of
forgetting to adjust PRs/other changes that might accidentally still
reference the field.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_iface.h')
| -rw-r--r-- | pimd/pim_iface.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index b0f7e52ac2..3535db70a8 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -75,7 +75,6 @@ struct pim_interface {  	bool igmp_enable : 1; -	uint32_t options; /* bit vector */  	ifindex_t mroute_vif_index;  	struct pim_instance *pim;  | 
