]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/linux.c
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / nhrpd / linux.c
index 4986bfb99c647ea87e71fa082f753e6bc5f68786..eb98166872c650658a2e0515735bec994a864fef 100644 (file)
@@ -1,14 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* NHRP daemon Linux specific glue
  * 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.
  */
 
-#include <errno.h>
 #include "zebra.h"
+
+#include <errno.h>
 #include <linux/if_packet.h>
 
 #include "nhrp_protocol.h"