rather than in testing. this is a major update and 3.x configurations will need changing, for details see https://github.com/Exa-Networks/exabgp/wiki/Migration-from-3.4-to-4.0
9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
# $OpenBSD: exabgp.conf,v 1.1 2019/07/11 14:14:52 sthen Exp $
|
|
|
|
neighbor 10.10.10.6 {
|
|
router-id 9.9.9.9;
|
|
local-address 10.10.10.5;
|
|
local-as 65000;
|
|
peer-as 65000;
|
|
}
|