diff options
Diffstat (limited to 'pimd/pim_hello.h')
| -rw-r--r-- | pimd/pim_hello.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h index 3a6d3361ba..4d3a7a0be8 100644 --- a/pimd/pim_hello.h +++ b/pimd/pim_hello.h @@ -11,7 +11,7 @@ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; see the file COPYING; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, @@ -25,16 +25,12 @@ #include "if.h" -int pim_hello_recv(struct interface *ifp, - struct in_addr src_addr, +int pim_hello_recv(struct interface *ifp, struct in_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); -int pim_hello_build_tlv(const char *ifname, - uint8_t *tlv_buf, int tlv_buf_size, - uint16_t holdtime, - uint32_t dr_priority, - uint32_t generation_id, - uint16_t propagation_delay, +int pim_hello_build_tlv(const char *ifname, uint8_t *tlv_buf, int tlv_buf_size, + uint16_t holdtime, uint32_t dr_priority, + uint32_t generation_id, uint16_t propagation_delay, uint16_t override_interval, int can_disable_join_suppression, struct list *ifconnected); |
