forked from p34709852/monkey
Island: Fix mypy issues in segmentation.py
This commit is contained in:
parent
1defad72fd
commit
bba6386efa
|
@ -67,6 +67,8 @@ def is_segmentation_violation(
|
|||
|
||||
return cross_segment_ip is not None
|
||||
|
||||
return False
|
||||
|
||||
|
||||
def get_segmentation_violation_event(current_monkey, source_subnet, target_ip, target_subnet):
|
||||
return Event.create_event(
|
||||
|
|
Loading…
Reference in New Issue