Fix: finally working now
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
template bgp pub_transit {
|
||||
local as LOCAL_ASN;
|
||||
|
||||
ipv6 {
|
||||
import where transit_import_filter(6939);
|
||||
export where transit_export_filter(6939);
|
||||
@ -24,4 +25,4 @@ template bgp pub_peer {
|
||||
# import where downstream_import_filter(6939);
|
||||
# export where downstream_export_filter(6939);
|
||||
# };
|
||||
# }
|
||||
# }
|
||||
|
||||
@ -20,4 +20,4 @@
|
||||
|
||||
# };
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
protocol device {
|
||||
scan time 5;
|
||||
scan time 10;
|
||||
}
|
||||
|
||||
protocol kernel {
|
||||
|
||||
Reference in New Issue
Block a user