diff --git a/doc/plan.org b/doc/plan.org index b33cc2b..53913ba 100644 --- a/doc/plan.org +++ b/doc/plan.org @@ -2919,6 +2919,8 @@ actual https://github.com/NetFPGA/P4-NetFPGA-public/issues/13#issuecomment-490431016 **** TODO Explore HDL **** TODO Explore PX +*** TODO Integrate nat64 code into netfpga +**** figure out how to do ANY checksums ** NAT64/NAT46 Features in jool and tayga *** TODO Static 1:1 NAT46: translate from IPv4 to IPv6 with a table **** TODO TCP diff --git a/netpfga/build-load-drivers.sh b/netpfga/build-load-drivers.sh index da655ad..60b6f09 100644 --- a/netpfga/build-load-drivers.sh +++ b/netpfga/build-load-drivers.sh @@ -5,6 +5,6 @@ set -x cd $DRIVER_FOLDER make all -make install -modprobe sume_riffa +sudo make install +sudo modprobe sume_riffa lsmod | grep sume_riffa