opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
321 stars 187 forks source link

Problem running make netcfg #118

Open mertkanakkoc opened 1 year ago

mertkanakkoc commented 1 year ago

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?