denozord
  • Joined on 2024-11-14
denozord pushed to bird at infra/bgp-server 2025-07-11 19:06:58 +07:00
9d07df53d0 update
denozord created branch bird in infra/bgp-server 2025-07-11 18:53:35 +07:00
denozord pushed to bird at infra/bgp-server 2025-07-11 18:53:35 +07:00
denozord pushed to frr at infra/bgp-server 2025-07-11 18:46:31 +07:00
8f53e99188 update
denozord pushed to frr at infra/bgp-server 2025-07-11 18:41:18 +07:00
af197d8953 Remove obsolete files and scripts related to the BGP server setup, including .gitignore, Dockerfile, and various documentation files. Update docker-compose.yml to streamline the configuration for the FRRouting BGP server. This cleanup enhances project maintainability and focuses on the current implementation.
denozord created branch frr in infra/bgp-server 2025-07-11 18:28:19 +07:00
denozord pushed to frr at infra/bgp-server 2025-07-11 18:28:19 +07:00
denozord pushed to main at infra/bgp-server 2025-07-11 18:25:56 +07:00
58f1405fef 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.
denozord pushed to main at infra/bgp-server 2025-07-11 18:07:00 +07:00
170553612d Merge branch 'bind'
e197dae9f7 Переписан BGP сервер на FRR
Compare 2 commits »
denozord created branch bind in infra/bgp-server 2025-07-11 17:59:29 +07:00
denozord pushed to bind at infra/bgp-server 2025-07-11 17:59:29 +07:00
denozord pushed to main at infra/bgp-server 2025-07-11 17:59:00 +07:00
3c5740784b Update Docker_RUN.md and load_prefixes.py for improved BGP configuration and logging. Adjusted IP addresses in Docker_RUN.md for consistency and clarity. Enhanced load_prefixes.py with error logging and refined JSON message handling for better robustness during ExaBGP operations.
denozord pushed to main at infra/bgp-server 2025-07-11 17:50:46 +07:00
f76e70aeb3 update
denozord pushed to main at infra/bgp-server 2025-07-11 17:45:15 +07:00
ca565b698c Enhance logging and error handling in load_prefixes.py and start.sh. The prefix loader now handles file write errors gracefully, while start.sh includes improved permissions setup for log files and named pipes, along with additional checks for ExaBGP process status after startup.
denozord pushed to main at infra/bgp-server 2025-07-11 17:37:04 +07:00
063c85e4c1 Update Dockerfile to include procps package and enhance start.sh with additional ExaBGP process checks. The script now verifies the ExaBGP process status after startup and checks for the prefix loader process, improving monitoring and troubleshooting capabilities.
denozord pushed to main at infra/bgp-server 2025-07-11 17:28:33 +07:00
5feedd9a39 Update Dockerfile to include procps package and enhance start.sh with additional ExaBGP process checks. The script now verifies the ExaBGP process status after startup and checks for the prefix loader process, improving monitoring and troubleshooting capabilities.
denozord pushed to main at infra/bgp-server 2025-07-11 17:20:37 +07:00
699cb4b5ba Enhance Docker setup and scripts by adding default environment variables for BGP configuration, improving the update process with safe and quick update options, and implementing testing capabilities in the prefix loader script. Update start.sh to include permission checks and network connectivity validation during ExaBGP startup.
denozord pushed to main at infra/bgp-server 2025-07-11 16:43:19 +07:00
d795a9ec7d Add BGP_LOG_LEVEL environment variable support to ExaBGP configuration. Update Docker_RUN.md to document new log level option and modify start.sh to utilize the log level during ExaBGP startup.
denozord pushed to main at infra/bgp-server 2025-07-11 16:36:02 +07:00
8c4e527913 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.
denozord pushed to main at infra/bgp-server 2025-07-11 16:28:37 +07:00
a437b75540 Enhance ExaBGP configuration and scripts by adding environment variable support for neighbor IP, local AS, and router ID. Update Dockerfile to include permissions for the new generate_config.py script. Improve start.sh to generate configuration dynamically and display relevant information during startup.