Fix: a lot of semicolons...
This commit is contained in:
@ -3,7 +3,7 @@ template bgp pub_transit {
|
||||
ipv6 {
|
||||
import where transit_import_filter(6939);
|
||||
export where transit_export_filter(6939);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template bgp pub_peer {
|
||||
@ -12,7 +12,7 @@ template bgp pub_peer {
|
||||
ipv6 {
|
||||
import where direct_peer_import_filter(6939);
|
||||
export where direct_peer_export_filter(6939);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
template bgp pub_downstream {
|
||||
@ -21,5 +21,5 @@ template bgp pub_downstream {
|
||||
ipv6 {
|
||||
import where downstream_import_filter(6939);
|
||||
export where downstream_export_filter(6939);
|
||||
}
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user