aboutgitcodebugslistschat
path: root/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'netlink.h')
-rw-r--r--netlink.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/netlink.h b/netlink.h
index 840e451..9081f46 100644
--- a/netlink.h
+++ b/netlink.h
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: AGPL-3.0-or-later
+ * Copyright (c) 2021 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
int nl_sock_init(struct ctx *c);
unsigned int nl_get_ext_if(int *v4, int *v6);
void nl_route(int ns, unsigned int ifi, sa_family_t af, void *gw);