commit | 96f91aefc06477e73d0e93008b51fc6e87fa2bc4 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Wed Oct 07 18:41:45 2009 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:51 2015 +0100 |
tree | 265cbea8c87ceea986c2764969361c49556d8f77 | |
parent | ccc5d2bb9b7a395375a34cb6a6b703d78e885b1d [diff] [blame] |
[pim] Skeleton for ssmpingd support
diff --git a/pimd/pim_iface.h b/pimd/pim_iface.h index cfdb8eb..0a702c2 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)