diff options
| author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-27 22:19:08 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:04 -0500 | 
| commit | 31c680fc88838cd7e0be8bf12165084d4cb03b52 (patch) | |
| tree | 98922e8aa37a8ed960fb14b115f4cfc708e3fde6 /pimd/pim_sock.h | |
| parent | 13afbd05fd6d97c36e0cf10213e376d716a06842 (diff) | |
pimd: Infrastructure to forward packet down (*,G) tree
When a register is received, forward the packet as appropriate.
This is the infrastructure to make this happen.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_sock.h')
| -rw-r--r-- | pimd/pim_sock.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_sock.h b/pimd/pim_sock.h index 51ad88e24e..c47d08f440 100644 --- a/pimd/pim_sock.h +++ b/pimd/pim_sock.h @@ -38,6 +38,7 @@  #define PIM_SOCK_ERR_BIND    (-11) /* Can't bind to interface */  int pim_socket_bind (int fd, struct interface *ifp); +int pim_socket_ip_hdr (int fd);  int pim_socket_raw(int protocol);  int pim_socket_mcast(int protocol, struct in_addr ifaddr, int ifindex, u_char loop);  int pim_socket_join(int fd, struct in_addr group,  | 
