Commit 5aa0db46 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't attempt to listen to link-local scope SAP address because it doesn't work

parent f3e5f808
......@@ -70,7 +70,8 @@
/* Scope is inserted between them */
#define SAP_V6_2 "::2:7FFE"
/* See RFC3513 for list of valid scopes */
static const char ipv6_scopes[] = "12456789ABCDE";
/* FIXME: find a way to listen to link-local scope */
static const char ipv6_scopes[] = "1456789ABCDE";
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment