Skip to content

Commit 070b224

Browse files
committed
Fix a typo of netmask in config.ini.
1 parent 1bd0bf3 commit 070b224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ savelen= 16777216
7676
# Correspond to dpdk.port_list's index: port0, port1...
7777
[port0]
7878
addr=192.168.1.2
79-
netmask=255.255.225.0
79+
netmask=255.255.255.0
8080
broadcast=192.168.1.255
8181
gateway=192.168.1.1
8282
# IPv6 net addr

0 commit comments

Comments
 (0)