]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/znl.c
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / nhrpd / znl.c
index 01b2f433af8b6128a56be47a116d103c22b23af8..a65282fac3c93a9ace66eda9a671f881e70ec7bf 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* Netlink helpers for zbuf
  * Copyright (c) 2014-2015 Timo Teräs
- *
- * This file is free software: you may copy, redistribute and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 2 of the License, or
- * (at your option) any later version.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include <fcntl.h>
 #include <errno.h>
 #include <string.h>