diff options
Diffstat (limited to 'bgpd/bgp_flowspec_util.c')
| -rw-r--r-- | bgpd/bgp_flowspec_util.c | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/bgpd/bgp_flowspec_util.c b/bgpd/bgp_flowspec_util.c index 9f3ea499ff..326d7f2efb 100644 --- a/bgpd/bgp_flowspec_util.c +++ b/bgpd/bgp_flowspec_util.c @@ -1,21 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* BGP FlowSpec Utilities * Portions: * Copyright (C) 2017 ChinaTelecom SDN Group * Copyright (C) 2018 6WIND - * - * FRRouting 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, or (at your option) any - * later version. - * - * FRRouting 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" @@ -231,7 +218,7 @@ int bgp_flowspec_ip_address(enum bgp_flowspec_util_nlri_t type, prefix_copy(prefix, &prefix_local); break; case BGP_FLOWSPEC_VALIDATE_ONLY: - default: + case BGP_FLOWSPEC_RETURN_JSON: break; } return offset; @@ -326,7 +313,7 @@ int bgp_flowspec_op_decode(enum bgp_flowspec_util_nlri_t type, mval++; break; case BGP_FLOWSPEC_VALIDATE_ONLY: - default: + case BGP_FLOWSPEC_RETURN_JSON: /* no action */ break; } @@ -436,7 +423,7 @@ int bgp_flowspec_bitmask_decode(enum bgp_flowspec_util_nlri_t type, mval++; break; case BGP_FLOWSPEC_VALIDATE_ONLY: - default: + case BGP_FLOWSPEC_RETURN_JSON: /* no action */ break; } |
