diff --git a/netpfga/bind-umount.sh b/netpfga/bind-umount.sh new file mode 100755 index 0000000..037e791 --- /dev/null +++ b/netpfga/bind-umount.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +sudo umount ~/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/src +sudo umount ~/projects/P4-NetFPGA/contrib-projects/sume-sdnet-switch/projects/minip4/ diff --git a/netpfga/minip4/README b/netpfga/minip4/README new file mode 100644 index 0000000..e0cb779 --- /dev/null +++ b/netpfga/minip4/README @@ -0,0 +1 @@ +Need to use bind mounts for src directory, see bind-mount.sh diff --git a/netpfga/minip4/src b/netpfga/minip4/src deleted file mode 120000 index 775b27a..0000000 --- a/netpfga/minip4/src +++ /dev/null @@ -1 +0,0 @@ -../../p4src/ \ No newline at end of file