+6
This commit is contained in:
parent
1d08a942d5
commit
d3b1959b2c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ class L2Controller(object):
|
|||
def init_ndp_in_switch(self, addr):
|
||||
icmp6_addr = self.gen_ndp_multicast_addr(addr)
|
||||
icmp6_net = "{}/128".format(icmp6_addr)
|
||||
icmp6_type = table_proto['ICMP_NS']
|
||||
icmp6_type = table_proto['ICMP6_NS']
|
||||
mac_addr = self.info['mac_addr']
|
||||
|
||||
self.controller.table_add("icmp6",
|
||||
|
|
Loading…
Reference in a new issue