aboutsummaryrefslogtreecommitdiff
path: root/src/tun/regex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-22 07:19:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-22 07:19:25 +0000
commit9879fa41d1dd2e37f54add6555fc9a908d4aba83 (patch)
treeed5883b2ce58458920b4a474e31a252e6c532044 /src/tun/regex.c
parent4b0bf15f1e839c26be9312bac4b6e72e9c341b56 (diff)
-note where 2919 should be also implemented
Diffstat (limited to 'src/tun/regex.c')
-rw-r--r--src/tun/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tun/regex.c b/src/tun/regex.c
index 5b844c5bc8..61d0b3e182 100644
--- a/src/tun/regex.c
+++ b/src/tun/regex.c
@@ -151,6 +151,7 @@ GNUNET_TUN_ipv6toregexsearch (const struct in6_addr *ipv6, unsigned int prefixle
char *
GNUNET_TUN_ipv4policy2regex (const char *policy)
{
+ // FIXME: do actual policy parsing here, see #2919
return GNUNET_strdup (policy);
}
@@ -167,6 +168,7 @@ GNUNET_TUN_ipv4policy2regex (const char *policy)
char *
GNUNET_TUN_ipv6policy2regex (const char *policy)
{
+ // FIXME: do actual policy parsing here, see #2919
return GNUNET_strdup (policy);
}