Skip to content

Commit

Permalink
Removed wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyngDK committed Apr 16, 2024
1 parent 68e1fe8 commit e411fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdpnatforward/nat_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ struct settings {

struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(key_size, 1);// IP + port
__uint(key_size, 1);
__type(value, struct settings);
__uint(max_entries, 1);
} settings SEC(".maps");
Expand Down

0 comments on commit e411fc3

Please sign in to comment.