Update BGP configuration across multiple files to reflect new IP addresses. Changed router ID and neighbor IP in docker-compose.yml, Dockerfile, frr.conf, and related documentation. Adjusted subnet in network settings and prefixes in data files for consistency. Enhanced scripts to utilize updated environment variables.
Build and Push Docker Image / build (push) Successful in 8m1s
Build and Push Docker Image / build (push) Successful in 8m1s
This commit is contained in:
+5
-10
@@ -1,14 +1,9 @@
|
||||
# Основные префиксы для анонсирования
|
||||
# Формат: IP/маска (например: 192.168.1.0/24)
|
||||
|
||||
# Приватные сети
|
||||
192.168.1.0/24
|
||||
192.168.2.0/24
|
||||
192.168.10.0/24
|
||||
# Основные префиксы
|
||||
192.168.100.0/24
|
||||
192.168.101.0/24
|
||||
10.0.0.0/8
|
||||
172.16.0.0/12
|
||||
|
||||
# Дополнительные сети
|
||||
# Дополнительные префиксы
|
||||
203.0.113.0/24
|
||||
198.51.100.0/24
|
||||
203.0.113.1/32
|
||||
198.51.100.0/24
|
||||
Reference in New Issue
Block a user