aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/asn.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/asn.pl b/utils/asn.pl
index f283d0a08..0854ae5f7 100644
--- a/utils/asn.pl
+++ b/utils/asn.pl
@@ -145,7 +145,7 @@ foreach my $u ( @{ $config{'bgp_sources'} } ) {
F_ORIGIN => 7,
};
- open(my $bgpd, "bgpdump -M $fname |") or die "can't start bgpdump: $!";
+ open(my $bgpd, "bgpdump -v -M $fname |") or die "can't start bgpdump: $!";
while (<$bgpd>) {
chomp;