1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-23 17:32:59 +01:00

Fix in docs about netmap

This commit is contained in:
Pavel Odintsov 2015-07-23 08:26:55 +03:00
parent c6722fe81b
commit ee00e5122f

@ -1,5 +1,7 @@
Build netmap on Debian 7 Wheezy with ixgbe 10GE NIC (82599):
If you want _stable_ driver with all modern features, please use this reference instead [here](http://www.stableit.ru/2014/10/netmap-debian-7-wheezy-intel-82599.html)
Get kernel sources:
```bash
cd /usr/src
@ -47,4 +49,3 @@ ifconfig eth0 up
ifconfig eth0 promisc
```
If you want driver with all modern features, please take a look [here](http://www.stableit.ru/2014/10/netmap-debian-7-wheezy-intel-82599.html)