hellt / vrnetlab

Make VM-based Network OSes run in Containerlab
https://containerlab.dev
MIT License
129 stars 88 forks source link

Replace GNS3 PPA with netdevops gemfury repo (for IOUYAP) in IOL Dockerfile #277

Closed kaelemc closed 3 weeks ago

kaelemc commented 3 weeks ago

As the title says. Replace the GNS3 PPA with the netdevops.fury gemfury repo which hosts the custom build of IOUYAP that @DanPartelly has made.

Will take it out of draft status once testing is complete.

DanPartelly commented 3 weeks ago

Ive tested the PR branch. The images are built OK. Ive also rerun the test suite. It passes.

Just please add the reason the change was made in the final commit. i.e:

"The change was necessary because iouyap did not account for Linux kernel stripping dot 1q headers from packets captured with a raw socket. The result was VLANs where broken on both iol devices. The new version reconstructs the headers correctly."