Skip to content

Commit 8cfdccf

Browse files
committed
Merge branch 'master' of github.com:gamemann/XDP-Forwarding
Merging PR
2 parents 74581cb + 683302e commit 8cfdccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xdpfwd.conf.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ no_stats = false;
77
stats_per_second = false;
88
stdout_update_time = 1000;
99

10-
forwarding = (
10+
rules = (
1111
{
1212
enabled = true;
1313
log = true;
@@ -17,4 +17,4 @@ forwarding = (
1717
dst_ip = "10.3.0.3";
1818
dst_port = 22;
1919
}
20-
);
20+
);

0 commit comments

Comments
 (0)