aboutsummaryrefslogtreecommitdiff
path: root/src/tun
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
parent4b0bf15f1e839c26be9312bac4b6e72e9c341b56 (diff)
downloadgnunet-9879fa41d1dd2e37f54add6555fc9a908d4aba83.tar.gz
gnunet-9879fa41d1dd2e37f54add6555fc9a908d4aba83.zip
-note where 2919 should be also implemented
Diffstat (limited to 'src/tun')
-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 5b844c5bc..61d0b3e18 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
151char * 151char *
152GNUNET_TUN_ipv4policy2regex (const char *policy) 152GNUNET_TUN_ipv4policy2regex (const char *policy)
153{ 153{
154 // FIXME: do actual policy parsing here, see #2919
154 return GNUNET_strdup (policy); 155 return GNUNET_strdup (policy);
155} 156}
156 157
@@ -167,6 +168,7 @@ GNUNET_TUN_ipv4policy2regex (const char *policy)
167char * 168char *
168GNUNET_TUN_ipv6policy2regex (const char *policy) 169GNUNET_TUN_ipv6policy2regex (const char *policy)
169{ 170{
171 // FIXME: do actual policy parsing here, see #2919
170 return GNUNET_strdup (policy); 172 return GNUNET_strdup (policy);
171} 173}
172 174