I try to complete exercise 3 but when i try to run "make netcfg" i get these errors in the onos-log:
Unable to encode PiExactFieldMatch: Wrong size for value of field match 'hdr.ethernet.dst_addr' of table 'IngressPipeImpl.my_station_table', expected 6 bytes, but found 5 [hdr.ethernet.dst_addr=0xaa00000002]
Failed to register Port: [device:leaf1, leaf1-eth6]
Failed to register Port: [device:leaf1, leaf1-eth6]
I try to complete exercise 3 but when i try to run "make netcfg" i get these errors in the onos-log:
Unable to encode PiExactFieldMatch: Wrong size for value of field match 'hdr.ethernet.dst_addr' of table 'IngressPipeImpl.my_station_table', expected 6 bytes, but found 5 [hdr.ethernet.dst_addr=0xaa00000002]
Failed to register Port: [device:leaf1, leaf1-eth6] Failed to register Port: [device:leaf1, leaf1-eth6]
Is there any solution for these errors?