This commit is contained in:
Nico Schottelius 2019-04-03 10:53:56 +02:00
parent 1d08a942d5
commit d3b1959b2c
1 changed files with 1 additions and 1 deletions

View File

@ -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",