2
0
mirror of https://github.com/knorrie/network-examples synced 2025-08-29 13:39:01 +00:00

bgp-contd: fix local address R11

This commit is contained in:
Hans van Kranenburg 2015-11-29 17:01:11 +01:00
parent 4331ffb992
commit 2c454299e4

View File

@ -91,7 +91,7 @@ protocol static originate_to_r20 {
protocol bgp ebgp_r20 { protocol bgp ebgp_r20 {
table t_r20; table t_r20;
local 2001:db8:10:6::10 as 65010; local 2001:db8:10:6::11 as 65010;
neighbor 2001:db8:10:6::20 as 65020; neighbor 2001:db8:10:6::20 as 65020;
import all; import all;
export all; export all;