Remove unecessary arg to icmp6_echo_reply
This commit is contained in:
parent
87704b1c0f
commit
4d610a5cb5
2 changed files with 7 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue