[bird] Indicate which IP address should be used for local as
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
e030b26475
commit
3559932cef
2 changed files with 4 additions and 4 deletions
|
@ -22,14 +22,14 @@ protocol static {
|
|||
}
|
||||
|
||||
protocol bgp zayo {
|
||||
local as 43619;
|
||||
local 83.167.52.69 as 43619;
|
||||
neighbor 83.167.52.68 as 8218;
|
||||
import all;
|
||||
export all;
|
||||
}
|
||||
|
||||
protocol bgp crans {
|
||||
local as 43619;
|
||||
local 185.230.79.254 as 43619;
|
||||
neighbor 185.230.79.253 as 204515;
|
||||
import all;
|
||||
export all;
|
||||
|
|
|
@ -23,14 +23,14 @@ protocol static {
|
|||
}
|
||||
|
||||
protocol bgp zayo {
|
||||
local as 43619;
|
||||
local 2001:1b48:2:103::d7:2 as 43619;
|
||||
neighbor 2001:1b48:2:103::d7:1 as 8218;
|
||||
import all;
|
||||
export all;
|
||||
}
|
||||
|
||||
protocol bgp crans {
|
||||
local as 43619;
|
||||
local 2a0c:700:28::2 as 43619;
|
||||
neighbor 2a0c:700:28::1 as 204515;
|
||||
import all;
|
||||
export all;
|
||||
|
|
Loading…
Reference in a new issue