Generate JSON from bird's stdout.
- Support recursive route
root@router $ git clone https://github.com/Nat-Lab/node-bird-routeparse
root@router $ cd node-bird-routeparse
root@router $ npm i
root@router $ bird -v 'show route all' | node index.js > routes.json
MIT