Refactor Docker setup to create additional directories for ExaBGP and update named pipe creation in start.sh. Modify Docker_RUN.md to include new log and environment variable checks, and clean up generate_config.py by removing obsolete CLI settings.
Build and Push Docker Image / build (push) Successful in 3m18s
Build and Push Docker Image / build (push) Successful in 3m18s
This commit is contained in:
@@ -29,12 +29,6 @@ process load-prefixes {{
|
||||
encoder json;
|
||||
}}
|
||||
|
||||
# Настройки CLI
|
||||
cli {{
|
||||
in /run/exabgp/exabgp.in;
|
||||
out /run/exabgp/exabgp.out;
|
||||
}}
|
||||
|
||||
# Настройки BGP
|
||||
neighbor {neighbor_ip} {{
|
||||
router-id {router_id};
|
||||
|
||||
Reference in New Issue
Block a user