++doc ++sudo for drivers
This commit is contained in:
parent
a0613c01b2
commit
5e10401f96
2 changed files with 4 additions and 2 deletions
|
@ -2919,6 +2919,8 @@ actual
|
||||||
https://github.com/NetFPGA/P4-NetFPGA-public/issues/13#issuecomment-490431016
|
https://github.com/NetFPGA/P4-NetFPGA-public/issues/13#issuecomment-490431016
|
||||||
**** TODO Explore HDL
|
**** TODO Explore HDL
|
||||||
**** TODO Explore PX
|
**** TODO Explore PX
|
||||||
|
*** TODO Integrate nat64 code into netfpga
|
||||||
|
**** figure out how to do ANY checksums
|
||||||
** NAT64/NAT46 Features in jool and tayga
|
** NAT64/NAT46 Features in jool and tayga
|
||||||
*** TODO Static 1:1 NAT46: translate from IPv4 to IPv6 with a table
|
*** TODO Static 1:1 NAT46: translate from IPv4 to IPv6 with a table
|
||||||
**** TODO TCP
|
**** TODO TCP
|
||||||
|
|
|
@ -5,6 +5,6 @@ set -x
|
||||||
|
|
||||||
cd $DRIVER_FOLDER
|
cd $DRIVER_FOLDER
|
||||||
make all
|
make all
|
||||||
make install
|
sudo make install
|
||||||
modprobe sume_riffa
|
sudo modprobe sume_riffa
|
||||||
lsmod | grep sume_riffa
|
lsmod | grep sume_riffa
|
||||||
|
|
Loading…
Reference in a new issue