diff options
author | hasso <hasso> | 2004-10-05 14:09:04 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-10-05 14:09:04 +0000 |
commit | 61fcf967bfc1d96acc3b1bb186cb10e9f6e0d71b (patch) | |
tree | cf93cd964adb69ac237f0679421a697b4376ec98 /lib/tcpfilter.h | |
parent | 2c867c810ec96a5187bc204b3338d710ed027ff7 (diff) | |
download | quagga-61fcf967bfc1d96acc3b1bb186cb10e9f6e0d71b.tar.bz2 quagga-61fcf967bfc1d96acc3b1bb186cb10e9f6e0d71b.tar.xz |
Remove dead files.
Diffstat (limited to 'lib/tcpfilter.h')
-rw-r--r-- | lib/tcpfilter.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lib/tcpfilter.h b/lib/tcpfilter.h deleted file mode 100644 index c3d30081..00000000 --- a/lib/tcpfilter.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Route filtering function for TCP and UDP. - * Copyright (C) 2000 Kunihiro Ishiguro - * - * This file is part of GNU Zebra. - * - * GNU Zebra 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. - * - * GNU Zebra 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 GNU Zebra; see the file COPYING. If not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - |