diff options
| author | David Lamparter <equinox@diac24.net> | 2018-08-24 04:19:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-24 04:19:02 +0200 |
| commit | ff0c9e7a0abf46750b40a41464ecd7aabea0e97c (patch) | |
| tree | d2be957988ae75889b55dd385d45916f7b237c7c /pimd/pim_iface.h | |
| parent | 3391232343ee5a92b17755bd29d3a246a660f3be (diff) | |
| parent | fec4ca191ef4e7d9576feba756f728b21819ec45 (diff) | |
Merge pull request #2896 from dslicenc/zebra_select_vrf
zebra: if multiple connecteds, select loopback or vrf if present
Diffstat (limited to 'pimd/pim_iface.h')
| -rw-r--r-- | pimd/pim_iface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index cf025cbd4a..02926a6973 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -207,8 +207,6 @@ 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); -bool pim_if_is_loopback(struct interface *ifp); - bool pim_if_is_vrf_device(struct interface *ifp); int pim_if_ifchannel_count(struct pim_interface *pim_ifp); |
