From beadc736bbd27da5d2bb6f2770fceea7af227ef3 Mon Sep 17 00:00:00 2001 From: harios_niral Date: Wed, 7 Oct 2020 22:38:43 -0700 Subject: ospf6d : Transformation changes for ospf6 vrf support. 1. All the changes are related to handle ospf6 with different vrf. 2. The dependancy of global ospf6 is removed. Co-authored-by: Kaushik Signed-off-by: harios_niral --- ospf6d/ospf6_network.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ospf6d/ospf6_network.h') diff --git a/ospf6d/ospf6_network.h b/ospf6d/ospf6_network.h index d11a611c4..56a73fe25 100644 --- a/ospf6d/ospf6_network.h +++ b/ospf6d/ospf6_network.h @@ -26,7 +26,8 @@ extern struct in6_addr alldrouters6; extern int ospf6_serv_sock(struct ospf6 *ospf6); extern void ospf6_serv_close(int *ospf6_sock); -extern int ospf6_sso(ifindex_t ifindex, struct in6_addr *group, int option); +extern int ospf6_sso(ifindex_t ifindex, struct in6_addr *group, int option, + int sockfd); extern int ospf6_sendmsg(struct in6_addr *, struct in6_addr *, ifindex_t *, struct iovec *, int ospf6_sock); -- cgit v1.2.3