nat64: Add license declaration to BPF file

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
This commit is contained in:
Toke Høiland-Jørgensen
2021-09-30 17:01:19 +02:00
parent cff5001225
commit 666219515f

View File

@@ -10,6 +10,8 @@
#include "../include/xdp/parsing_helpers.h"
#include "nat64.h"
char _license[] SEC("license") = "GPL";
struct nat64_config config;
struct {