Fix: a lot of semicolons...

This commit is contained in:
2022-12-27 01:08:14 +08:00
parent 96fb9d5e30
commit 9ffc5d1207
3 changed files with 9 additions and 9 deletions

View File

@ -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);
}
};
}