Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 351 Bytes

RPKI Testing Environment

% docker compose up -d
% docker compose exec gobgp1 bash
$ gobgp neighbor    # すべてのピアの情報を表示
$ gobgp neighbor 10.0.255.1    # 特定のピアの情報を詳細表示
% docker system prune -a    # コンテナ・イメージ・ボリューム・ネットワークを全削除