-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
verbose = 5;
log_file = "/var/log/xdpfwd.log";
interface = "enp1s0f0np0";
pin_maps = true;
update_time = 0;
no_stats = false;
stats_per_second = false;
stdout_update_time = 1000;
rules = (
{
enabled = true;
log = true;
bind_ip = "127.0.0.1";
bind_port = 18888;
protocol = "udp";
dst_ip = "127.0.0.1";
dst_port = 18101;
},
{
enabled = true;
log = true;
bind_ip = "127.0.0.1";
bind_port = 18888;
protocol = "udp";
dst_ip = "127.0.0.1";
dst_port = 18102;
}
);
Metadata
Metadata
Assignees
Labels
No labels