We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f4302 commit 37d43caCopy full SHA for 37d43ca
bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c
@@ -1,3 +1,8 @@
1
+//go:build ignore
2
+
3
+// Copyright (c) Microsoft Corporation.
4
+// Licensed under the MIT license.
5
6
#include "vmlinux.h"
7
#include <bpf/bpf_helpers.h>
8
#include <bpf/bpf_core_read.h>
@@ -9,7 +14,7 @@
9
14
#define TASK_COMM_LEN 16
10
15
#define COMM_COUNT 3
11
16
12
-char LICENSE[] SEC("license") = "GPL";
17
+char __license[] SEC("license") = "Dual MIT/GPL";
13
18
volatile const __u32 host_netns_inode = 4026531840; // Initialized by userspace
19
20
struct {
0 commit comments