Thomas Frössman 01de526735 Remove tests | 9 years ago | |
---|---|---|
.. | ||
README.md | 9 years ago | |
autnums.invalid.sample.txt | 9 years ago | |
autnums.invalid.sample2.txt | 9 years ago | |
autnums.sample.txt | 9 years ago |
The sample bgp logs log files are created from randomly selecting output lines from bgpdump:
bgpdump -m .../bview.20150410.gz -m | awk 'BEGIN {srand()} !/^$/ { if (rand() <= .0001) print $0}' > bview.20150410.log
the invalid dump sample is edited to cause some parsing errors