mirror of
https://github.com/bgp/bgpq4
synced 2026-08-15 16:36:02 +00:00
-2 flag should actually work.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
0.1.29 (2015-04-15)
|
||||
0.1.29 (2015-05-04)
|
||||
- do not include routes registered for AS23456 (transition-as) by default.
|
||||
Use new option -2 to restore old behaviour.
|
||||
|
||||
|
||||
@@ -127,7 +127,7 @@ main(int argc, char* argv[])
|
||||
bgpq_expander_init(&expander,af);
|
||||
expander.sources=getenv("IRRD_SOURCES");
|
||||
|
||||
while((c=getopt(argc,argv,"346AbdDES:jJf:l:m:M:W:Pr:R:G:Th:X"))!=EOF) {
|
||||
while((c=getopt(argc,argv,"2346AbdDES:jJf:l:m:M:W:Pr:R:G:Th:X"))!=EOF) {
|
||||
switch(c) {
|
||||
case '2':
|
||||
expand_as23456=1;
|
||||
|
||||
Reference in New Issue
Block a user