diff options
Diffstat (limited to 'pimd/pim_mroute.h')
| -rw-r--r-- | pimd/pim_mroute.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h index f385ce09f4..3c15c800da 100644 --- a/pimd/pim_mroute.h +++ b/pimd/pim_mroute.h @@ -157,6 +157,10 @@ struct igmpmsg #endif #endif +#ifndef IGMPMSG_WRVIFWHOLE +#define IGMPMSG_WRVIFWHOLE 4 /* For PIM processing */ +#endif + /* Above: from <linux/mroute.h> */ @@ -167,8 +171,8 @@ int pim_mroute_socket_disable(void); int pim_mroute_add_vif(struct interface *ifp, struct in_addr ifaddr, unsigned char flags); int pim_mroute_del_vif(int vif_index); -int pim_mroute_add(struct channel_oil *c_oil); -int pim_mroute_del(struct channel_oil *c_oil); +int pim_mroute_add(struct channel_oil *c_oil, const char *name); +int pim_mroute_del(struct channel_oil *c_oil, const char *name); int pim_mroute_msg(int fd, const char *buf, int buf_size); |
