File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ port_list=0
39
39
# Port config section
40
40
# Correspond to dpdk.port_list's index: port0, port1...
41
41
[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
46
46
47
47
# lcore list used to handle this port
48
48
# the format is same as port_list
@@ -55,21 +55,12 @@ gateway=10.139.128.1
55
55
# all packets that do not belong to the following tcp_port and udp_port
56
56
# will transmit to kernel; if method=accept, all packets that belong to
57
57
# the following tcp_port and udp_port will transmit to kernel.
58
- <<<<<<< HEAD
59
58
# [kni]
60
59
# enable=1
61
60
# method=reject
62
61
# The format is same as port_list
63
62
# tcp_port=80,443
64
63
# 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
73
64
74
65
# FreeBSD network performance tuning configurations.
75
66
# Most native FreeBSD configurations are supported.
You can’t perform that action at this time.
0 commit comments