feat: Add initial scripts and configuration for automated BGP routing deployment to MikroTik devices.

This commit is contained in:
2026-02-26 10:28:50 +08:00
parent d426b15d9f
commit a57ea1aa7d
5 changed files with 429 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
venv/
.env
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git/
# Project specific
routing-lokal.rsc
bgp_sync.log