1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00

Nokia as-path filter: no explicit deny regexp possible

This commit is contained in:
Michail Litvak
2017-03-01 22:24:14 +02:00
parent 7aed731cba
commit 4082f23bf0

View File

@@ -361,8 +361,6 @@ bgpq3_print_nokia_aspath(FILE* f, struct bgpq_expander* b)
};
};
if(nc) fprintf(f,"]\"\n");
else if(lineNo==1)
fprintf(f," entry 1 \"\"\n");
fprintf(f,"exit\ncommit\n");
return 0;
};
@@ -406,8 +404,6 @@ bgpq3_print_nokia_oaspath(FILE* f, struct bgpq_expander* b)
};
};
if(nc) fprintf(f,"]\"\n");
else if(lineNo==1)
fprintf(f," entry 1 expression \"\"\n");
fprintf(f,"exit\ncommit\n");
return 0;
};