Skip to content

Commit 7631eeb

Browse files
committed
corrected example of configuration
1 parent 075229f commit 7631eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This project has a goal of allowing the sharing of physical devices like charact
99
Disclamer
1010
---------
1111

12-
The code is not yet stable or really usable. Test at your own peril. This WILL cause kernel panics.
12+
The code is not yet stable. Test at your own peril. This WILL cause kernel panics.
1313

1414
Usage
1515
-----
@@ -26,7 +26,7 @@ Format of configuration file:
2626

2727
Example:
2828

29-
/dev/urandom;netdev;192.168.1.13;9999
29+
/dev/urandom;netdev_urandom;192.168.1.13;9999
3030

3131
Some static limitations apply. For example limit of devices is 32 and is defined in include/protocol.h with NETDEV_MAX_DEVICES and NETDEV_HTABLE_DEV_SIZE.
3232

0 commit comments

Comments
 (0)