diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-12-11 18:55:21 +0100 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 02:27:08 +0200 |
commit | 862f2f374f27a541887a6dfc333583bdd4ad4de5 (patch) | |
tree | a7bc9d9467fc08ae94a68c1b516ac786b8058bf1 /lib/sockunion.c | |
parent | vrrpd: elect self to Master when owning v4 address (diff) | |
download | frr-862f2f374f27a541887a6dfc333583bdd4ad4de5.tar.xz frr-862f2f374f27a541887a6dfc333583bdd4ad4de5.zip |
vrrpd: ipv6 support
Add initial support for IPv6.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/sockunion.c')
-rw-r--r-- | lib/sockunion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockunion.c b/lib/sockunion.c index bb5426d74..5afd10eb4 100644 --- a/lib/sockunion.c +++ b/lib/sockunion.c @@ -163,7 +163,7 @@ int sockunion_accept(int sock, union sockunion *su) } /* Return sizeof union sockunion. */ -static int sockunion_sizeof(const union sockunion *su) +int sockunion_sizeof(const union sockunion *su) { int ret; |