Skip to content

Commit 08ff03f

Browse files
committed
Modify config.ini
1 parent 4d6c56c commit 08ff03f

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

config.ini

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ port_list=0
3939
# Port config section
4040
# Correspond to dpdk.port_list's index: port0, port1...
4141
[port0]
42-
addr=10.139.144.123
43-
netmask=255.255.224.0
44-
broadcast=10.139.159.255
45-
gateway=10.139.128.1
42+
addr=192.168.1.2
43+
netmask=255.255.225.0
44+
broadcast=192.168.1.255
45+
gateway=192.168.1.1
4646

4747
# lcore list used to handle this port
4848
# the format is same as port_list
@@ -55,21 +55,12 @@ gateway=10.139.128.1
5555
# all packets that do not belong to the following tcp_port and udp_port
5656
# will transmit to kernel; if method=accept, all packets that belong to
5757
# the following tcp_port and udp_port will transmit to kernel.
58-
<<<<<<< HEAD
5958
#[kni]
6059
#enable=1
6160
#method=reject
6261
# The format is same as port_list
6362
#tcp_port=80,443
6463
#udp_port=53
65-
=======
66-
[kni]
67-
enable=1
68-
method=reject
69-
# The format is same as port_list
70-
tcp_port=80,443
71-
udp_port=53
72-
>>>>>>> 387425b16df2b02c99c1583c2f9c376c1fb05ca4
7364

7465
# FreeBSD network performance tuning configurations.
7566
# Most native FreeBSD configurations are supported.

0 commit comments

Comments
 (0)