1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
[device]
device=enp6s0f0,enp6s0f1,enp10s0f0,enp10s0f1,nf_0,nf_1
#default_sz_tunnel=32768
#default_sz_buffer=32
[device:enp6s0f0]
in_addr=1.3.1.123
in_mask=255.255.0.0
gateway=1.3.1.254
[device:enp6s0f1]
in_addr=1.0.1.123
in_mask=255.255.0.0
gateway=1.0.1.254
[device:enp10s0f0]
in_addr=1.2.1.123
in_mask=255.255.0.0
#drop_en=1
[device:enp10s0f1]
in_addr=1.1.1.123
in_mask=255.255.0.0
#drop_en=1
[service]
# lcore id for i/o service, use comma to split
iocore=28,29,30,31
#distmode=0
#hashmode=0
[eal]
virtaddr=0x7f40c4a00000
loglevel=7
[keepalive]
check_spinlock=1
#[ctrlzone]
#ctrlzone0=janus,64
[pool]
create_mode=3
sz_direct_pktmbuf=4194304
sz_indirect_pktmbuf=8192
sz_cache=256
#[vlan_flipping_adapter]
#enable=1
#enable_devices=nf_0
#etherfabric_vlan_range_start=1000
#etherfabric_vlan_range_end=3047
#default_si_table_0=nf_0,0
#[service_0]
#name=etherfabric_ingress_eth0_0
#type=etherfabric
#mode=virtual-wire
#listen_device=ens6f1np1
#listen_ip=10.254.60.1
#listen_port=4789
#[etherfabric_link_0]
#etherfabric_link_id=26
#virtual_wire_id=100
#etherfabric_ip=10.10.1.40
#etherfabric_mac=0a:0a:0a:0a:01:28
#[load_balance_0]
#mode=balance
#devices=nf_0,normal
#[classifier_rule_0]
#rule_id=1024
#src_ip_addr_v4=172.2.60.0
#src_ip_mask_v4=0
#dst_ip_addr_v4=172.2.60.0
#dst_ip_mask_v4=24
#src_port_range_start=0
#src_port_range_end=65535
#dst_port_range_start=0
#dst_port_range_end=65535
#proto=tcp
#si=0
#action=nf_steering
#next_group=0
#priority=1
#[bridge:0]
#master_device=devices
#devices=enp6s0f0,nf_0,nf_1
|