Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 36b1733

Browse files
committed
Update default config.
1 parent ceb3863 commit 36b1733

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

data/conf.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"/etc/pcktbatch/include_two.yaml"
1010
],
1111
"block": true,
12-
"maxcount": 0,
13-
"maxdata": 0,
12+
"count": 0,
13+
"data": 0,
1414
"time": 0,
1515
"threads": 0,
1616
"delay": 1000000,
@@ -29,8 +29,8 @@
2929
"10.60.0.0/24",
3030
"192.168.30.0/24"
3131
],
32-
"srcip": null,
33-
"dstip": null,
32+
"sip": null,
33+
"dip": null,
3434
"protocol": "udp",
3535
"tos": 0,
3636
"csum": true,
@@ -47,13 +47,13 @@
4747
},
4848
"udp":
4949
{
50-
"srcport": 0,
51-
"dstport": 0
50+
"sport": 0,
51+
"dport": 0
5252
},
5353
"tcp":
5454
{
55-
"srcport": 0,
56-
"dstport": 0,
55+
"sport": 0,
56+
"dport": 0,
5757
"syn": false,
5858
"ack": false,
5959
"psh": false,

0 commit comments

Comments
 (0)