1
0
Fork 0

misc: add ROA statistics in roa/README file

This commit is contained in:
netravnen 2019-01-05 23:16:05 +00:00
parent 9c783336e6
commit 8157e1c69d
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ echo "## Notes
$(git -C ../registry/ log -n 1 --merges)
\`\`\`
## Misc statistics
- ROAs IPv4: $(cat roa/bird4_route_dn42.conf | grep -v '^#' | grep -v '^$' | wc -l)
- ROAs IPv6: $(cat roa/bird6_route_dn42.conf | grep -v '^#' | grep -v '^$' | wc -l)
- ROAs total: $(cat roa/bird_route_dn42.conf | grep -v '^#' | grep -v '^$' | wc -l)
[0]: https://git.dn42.us/dn42/registry/commit/$(git -C ../registry/ log -n 1 --merges --pretty='format:%H')
[1]: https://git.dn42.us/dn42/registry
" > roa/README.md