Remove unecessary arg to icmp6_echo_reply

This commit is contained in:
Nico Schottelius 2019-03-23 15:14:17 +01:00
commit 4d610a5cb5
2 changed files with 7 additions and 1 deletions

View file

@ -193,7 +193,7 @@ class L2Controller(object):
self.controller.table_add("icmp6",
"icmp6_echo_reply",
[str(icmp6_net), str(icmp6_type)], [str(addr)])
[str(icmp6_net), str(icmp6_type)], [])
def fill_tables(self):