1*46c4c49dSIbrahim KanoucheLegacy classifier identifies GPL-3.0 2*46c4c49dSIbrahim KanoucheEXPECTED:GPL-2.0 3*46c4c49dSIbrahim Kanouche/* $USAGI: $ */ 4*46c4c49dSIbrahim Kanouche 5*46c4c49dSIbrahim Kanouche/* 6*46c4c49dSIbrahim Kanouche * Copyright (C)2004 USAGI/WIDE Project 7*46c4c49dSIbrahim Kanouche * 8*46c4c49dSIbrahim Kanouche * This program is free software; you can redistribute it and/or modify 9*46c4c49dSIbrahim Kanouche * it under the terms of the GNU General Public License as published by 10*46c4c49dSIbrahim Kanouche * the Free Software Foundation; either version 2 of the License, or 11*46c4c49dSIbrahim Kanouche * (at your option) any later version. 12*46c4c49dSIbrahim Kanouche * 13*46c4c49dSIbrahim Kanouche * This program is distributed in the hope that it will be useful, 14*46c4c49dSIbrahim Kanouche * but WITHOUT ANY WARRANTY; without even the implied warranty of 15*46c4c49dSIbrahim Kanouche * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16*46c4c49dSIbrahim Kanouche * GNU General Public License for more details. 17*46c4c49dSIbrahim Kanouche * 18*46c4c49dSIbrahim Kanouche * You should have received a copy of the GNU General Public License 19*46c4c49dSIbrahim Kanouche * along with this program; if not, see <http://www.gnu.org/licenses>. 20*46c4c49dSIbrahim Kanouche */ 21*46c4c49dSIbrahim Kanouche/* 22*46c4c49dSIbrahim Kanouche * based on iproute.c 23*46c4c49dSIbrahim Kanouche */ 24*46c4c49dSIbrahim Kanouche/* 25*46c4c49dSIbrahim Kanouche * Authors: 26*46c4c49dSIbrahim Kanouche * Masahide NAKAMURA @USAGI 27*46c4c49dSIbrahim Kanouche */ 28