]> git.proxmox.com Git - mirror_frr.git/blobdiff - vrrpd/vrrp_debug.c
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / vrrpd / vrrp_debug.c
index b841bca78ae7f4b0a8dac374608c00700c61d6f2..a772b3b5c5374d011ec72f6068695e558c8e50ac 100644 (file)
@@ -1,21 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * VRRP debugging.
  * Copyright (C) 2019 Cumulus Networks, Inc.
  * Quentin Young
- *
- * This program is free software; you can redistribute it 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.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 #include <zebra.h>
 
@@ -35,7 +22,7 @@ struct debug vrrp_dbg_sock = {0, "VRRP sockets"};
 struct debug vrrp_dbg_zebra = {0, "VRRP Zebra events"};
 
 struct debug *vrrp_debugs[] = {
-       &vrrp_dbg_arp, 
+       &vrrp_dbg_arp,
        &vrrp_dbg_auto,
        &vrrp_dbg_ndisc,
        &vrrp_dbg_pkt,