Skip to content

Commit

Permalink
Replace GNS3 PPA with netdevops gemfury repo (for IOUYAP) (#277)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaelemc authored Oct 31, 2024
1 parent 61aa237 commit cea756c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cisco/iol/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ RUN apt-get update && \
gnupg \
&& apt-get clean

# Add the GNS3 PPA for IOUYAP
RUN echo "deb http://ppa.launchpad.net/gns3/ppa/ubuntu trusty main" >> /etc/apt/sources.list
RUN curl -fsSL 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb83aaabffbd82d21b543c8ea86c22c2ec6a24d7f' | \
gpg --dearmor -o /etc/apt/trusted.gpg.d/gns3.gpg
# Add containerlab gemfury for custom IOUYAP
RUN echo "deb [trusted=yes] https://netdevops.fury.site/apt/ /" | \
sudo tee -a /etc/apt/sources.list.d/netdevops.list

# Update and install IOUYAP
RUN apt-get update && \
Expand Down

0 comments on commit cea756c

Please sign in to comment.