Skip to content

takes output from bgpscanner and converts it into mysql inserts

License

Notifications You must be signed in to change notification settings

tbaschak/mrt2mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mrt2mysql

takes output from bgpscanner and converts it into mysql inserts

Usage

This shell script loops through a large list of ASNs and pipes them into the script:

for as in `cat ca-asn-latest.txt`; do
 echo "$as\$"
 bgpscanner -p "$as\$" latest-bview | ./mrt2mysql-single.py
done

About

takes output from bgpscanner and converts it into mysql inserts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages