├── .github └── workflows │ └── main.yml ├── .gitignore ├── Makefile ├── README.md ├── ipv4-address-space.csv ├── produce.py ├── routes4.conf └── routes6.conf /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/.gitignore -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/README.md -------------------------------------------------------------------------------- /ipv4-address-space.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/ipv4-address-space.csv -------------------------------------------------------------------------------- /produce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KHTdhl/nchnroutes-k/HEAD/produce.py -------------------------------------------------------------------------------- /routes4.conf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /routes6.conf: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------