diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-10-07 18:41:45 -0300 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2015-02-04 06:07:51 +0100 |
commit | 96f91aefc06477e73d0e93008b51fc6e87fa2bc4 (patch) | |
tree | 265cbea8c87ceea986c2764969361c49556d8f77 /pimd/pim_iface.h | |
parent | ccc5d2bb9b7a395375a34cb6a6b703d78e885b1d (diff) | |
download | quagga-96f91aefc06477e73d0e93008b51fc6e87fa2bc4.tar.bz2 quagga-96f91aefc06477e73d0e93008b51fc6e87fa2bc4.tar.xz |
[pim] Skeleton for ssmpingd support
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 cfdb8eb1..0a702c27 100644 --- a/pimd/pim_iface.h +++ b/pimd/pim_iface.h @@ -29,6 +29,7 @@ #include "vty.h" #include "pim_igmp.h" +#include "pim_upstream.h" #define PIM_IF_MASK_PIM (1 << 0) #define PIM_IF_MASK_IGMP (1 << 1) |