Skip to content

Commit 0800382

Browse files
committed
Merge remote-tracking branch 'origin/dev-paper' into dev-paper
2 parents 7abdbda + 4f61b9f commit 0800382

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dhalsim/network_attacks/simple_dos_attack.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def teardown(self):
132132
os.system('iptables -D OUTPUT -p icmp -j DROP')
133133

134134
self.run_thread = False
135-
136135
nfqueue.unbind()
137136
self.logger.debug("[*] Stopping water level spoofing")
138137

@@ -172,4 +171,4 @@ def is_valid_file(parser_instance, arg):
172171
attack = SimpleDoSAttack(
173172
intermediate_yaml_path=Path(args.intermediate_yaml),
174173
yaml_index=args.index)
175-
attack.main_loop()
174+
attack.main_loop()

0 commit comments

Comments
 (0)