Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
3f081d8d
Commit
3f081d8d
authored
1 year ago
by
karamchandan
Browse files
Options
Downloads
Patches
Plain Diff
Fixed missing import in L3 Centralized Attack Detector
parent
c81494bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!141
Pre-release fixes and code cleanup in L3 cybersecurity components
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/l3_centralizedattackdetector/service/l3_centralizedattackdetectorServiceServicerImpl.py
+1
-1
1 addition, 1 deletion
...ervice/l3_centralizedattackdetectorServiceServicerImpl.py
with
1 addition
and
1 deletion
src/l3_centralizedattackdetector/service/l3_centralizedattackdetectorServiceServicerImpl.py
+
1
−
1
View file @
3f081d8d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment