Loading src/l3_centralizedattackdetector/service/l3_centralizedattackdetectorServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_m from common.proto.context_pb2 import Empty, Timestamp from common.proto.kpi_sample_types_pb2 import KpiSampleType from common.proto.l3_attackmitigator_pb2 import L3AttackmitigatorOutput from common.proto.l3_centralizedattackdetector_pb2 import AttackIPs, AutoFeatures, L3CentralizedattackdetectorMetrics, StatusMessage from common.proto.l3_centralizedattackdetector_pb2 import AttackIPs, AutoFeatures, L3CentralizedattackdetectorMetrics, L3CentralizedattackdetectorBatchInput, StatusMessage from common.proto.l3_centralizedattackdetector_pb2_grpc import L3CentralizedattackdetectorServicer from common.proto.monitoring_pb2 import Kpi, KpiDescriptor from common.tools.timestamp.Converters import timestamp_utcnow_to_float Loading src/l3_distributedattackdetector/service/known_attack_ips.csv 0 → 100644 +1 −0 Original line number Diff line number Diff line 37.187.95.110,91.121.140.167,94.23.23.52,94.23.247.226,149.202.83.171 No newline at end of file src/l3_distributedattackdetector/service/l3_distributedattackdetector.py +304 −93 File changed.Preview size limit exceeded, changes collapsed. Show changes src/tests/scenario3/l3/deploy.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. source deploy_specs.sh source src/tests/scenario3/l3/deploy_specs.sh ./deploy/all.sh source tfs_runtime_env_vars.sh ofc22/run_test_01_bootstrap.sh Loading Loading
src/l3_centralizedattackdetector/service/l3_centralizedattackdetectorServiceServicerImpl.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ from common.method_wrappers.Decorator import MetricsPool, safe_and_metered_rpc_m from common.proto.context_pb2 import Empty, Timestamp from common.proto.kpi_sample_types_pb2 import KpiSampleType from common.proto.l3_attackmitigator_pb2 import L3AttackmitigatorOutput from common.proto.l3_centralizedattackdetector_pb2 import AttackIPs, AutoFeatures, L3CentralizedattackdetectorMetrics, StatusMessage from common.proto.l3_centralizedattackdetector_pb2 import AttackIPs, AutoFeatures, L3CentralizedattackdetectorMetrics, L3CentralizedattackdetectorBatchInput, StatusMessage from common.proto.l3_centralizedattackdetector_pb2_grpc import L3CentralizedattackdetectorServicer from common.proto.monitoring_pb2 import Kpi, KpiDescriptor from common.tools.timestamp.Converters import timestamp_utcnow_to_float Loading
src/l3_distributedattackdetector/service/known_attack_ips.csv 0 → 100644 +1 −0 Original line number Diff line number Diff line 37.187.95.110,91.121.140.167,94.23.23.52,94.23.247.226,149.202.83.171 No newline at end of file
src/l3_distributedattackdetector/service/l3_distributedattackdetector.py +304 −93 File changed.Preview size limit exceeded, changes collapsed. Show changes
src/tests/scenario3/l3/deploy.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. source deploy_specs.sh source src/tests/scenario3/l3/deploy_specs.sh ./deploy/all.sh source tfs_runtime_env_vars.sh ofc22/run_test_01_bootstrap.sh Loading