diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-03 00:23:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-07-24 19:51:38 +0200 |
commit | 11699c47885e64a7e48576cb5a6e220c346f071f (patch) | |
tree | 7c6e2211726c970ee674e4542c415f8d015d4b50 /pimd/pim_iface.h | |
parent | pimd: We may receive a igmp packet in on unconfiged intf (diff) | |
download | frr-11699c47885e64a7e48576cb5a6e220c346f071f.tar.xz frr-11699c47885e64a7e48576cb5a6e220c346f071f.zip |
pimd: Don't send hello's out vrf interface
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_iface.h')
-rw-r--r-- | pimd/pim_iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index 703b83b05..7eff29902 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -205,4 +205,5 @@ void pim_if_create_pimreg(struct pim_instance *pim); int pim_if_connected_to_source(struct interface *ifp, struct in_addr src); int pim_update_source_set(struct interface *ifp, struct in_addr source); +int pim_if_is_loopback(struct pim_instance *pim, struct interface *ifp); #endif /* PIM_IFACE_H */ |