Commit e2a0cee7 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove special case for 4-mapped addresses from filter.

parent 22eea519
...@@ -29,9 +29,6 @@ import_filter(const unsigned char *id, ...@@ -29,9 +29,6 @@ import_filter(const unsigned char *id,
const unsigned char *prefix, unsigned short plen, const unsigned char *prefix, unsigned short plen,
const unsigned char *neigh) const unsigned char *neigh)
{ {
if(plen >= 96 && v4mapped(prefix))
return 1;
return 0; return 0;
} }
......
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