Fix: comment out WIP code
parent
9ffc5d1207
commit
ef9c4e765d
|
@ -15,11 +15,13 @@ template bgp pub_peer {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
template bgp pub_downstream {
|
# WIP
|
||||||
local as LOCAL_ASN;
|
|
||||||
|
|
||||||
ipv6 {
|
# template bgp pub_downstream {
|
||||||
import where downstream_import_filter(6939);
|
# local as LOCAL_ASN;
|
||||||
export where downstream_export_filter(6939);
|
|
||||||
};
|
# ipv6 {
|
||||||
}
|
# import where downstream_import_filter(6939);
|
||||||
|
# export where downstream_export_filter(6939);
|
||||||
|
# };
|
||||||
|
# }
|
|
@ -1,21 +1,23 @@
|
||||||
template bgp net186 {
|
# WIP
|
||||||
local as SELFASN;
|
|
||||||
|
# template bgp net186 {
|
||||||
|
# local as SELFASN;
|
||||||
|
|
||||||
interpret communities off;
|
# interpret communities off;
|
||||||
|
|
||||||
bfd on;
|
# bfd on;
|
||||||
|
|
||||||
ipv6 {
|
# ipv6 {
|
||||||
next hop self;
|
# next hop self;
|
||||||
|
|
||||||
gateway direct;
|
# gateway direct;
|
||||||
|
|
||||||
# import filter {
|
# import filter {
|
||||||
|
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# export filter {
|
# export filter {
|
||||||
|
|
||||||
# };
|
# };
|
||||||
}
|
# }
|
||||||
}
|
# }
|
Loading…
Reference in New Issue