From ad8c71640341adbe7ea2f80973a98efb82fa2394 Mon Sep 17 00:00:00 2001 From: Leo Krueger Date: Mon, 5 May 2014 15:00:30 +0200 Subject: [PATCH] Add Bremen1 --- bird.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bird.conf b/bird.conf index 8b4dcbe..6942488 100644 --- a/bird.conf +++ b/bird.conf @@ -233,6 +233,10 @@ protocol bgp Bielefeld2 from peers { neighbor 10.207.0.67 as 65529; }; +protocol bgp Bremen1 from peers { + neighbor 10.207.0.196 as 65196; +}; + protocol bgp Chemnitz1 from peers { neighbor 10.207.0.36 as 65053; };