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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user