forked from Mirror/frr
build: remove $Format tags
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
5c3cc3ae96
commit
8ef0791cb6
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# $QuaggaId: Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
# This file is helpful for building quagga from cvs on NetBSD, and
|
# This file is helpful for building quagga from cvs on NetBSD, and
|
||||||
# probably on any system using pkgsrc.
|
# probably on any system using pkgsrc.
|
||||||
# One should have readline installed already (pkgsrc/devel/readline).
|
# One should have readline installed already (pkgsrc/devel/readline).
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $QuaggaId: Format:%an, %ai, %h$ $
|
/*
|
||||||
*
|
|
||||||
* BGP Multipath
|
* BGP Multipath
|
||||||
* Copyright (C) 2010 Google Inc.
|
* Copyright (C) 2010 Google Inc.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $QuaggaId: Format:%an, %ai, %h$ $
|
/*
|
||||||
*
|
|
||||||
* BGP Multipath
|
* BGP Multipath
|
||||||
* Copyright (C) 2010 Google Inc.
|
* Copyright (C) 2010 Google Inc.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
# Everton da Silva Marques <everton.marques@gmail.com>
|
# Everton da Silva Marques <everton.marques@gmail.com>
|
||||||
$ more ~/.gitconfig
|
$ more ~/.gitconfig
|
||||||
[user]
|
[user]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
C1 IGMPv3 backward compatibility with IGMPv1 and IGMPv2 is not
|
C1 IGMPv3 backward compatibility with IGMPv1 and IGMPv2 is not
|
||||||
implemented. See RFC 3376, 7.3. Multicast Router Behavior. That's
|
implemented. See RFC 3376, 7.3. Multicast Router Behavior. That's
|
||||||
because only Source-Specific Multicast is currently targeted.
|
because only Source-Specific Multicast is currently targeted.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
global configuration commands:
|
global configuration commands:
|
||||||
pimd:
|
pimd:
|
||||||
ip multicast-routing Enable IP multicast forwarding
|
ip multicast-routing Enable IP multicast forwarding
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
DEBUG HINTS
|
DEBUG HINTS
|
||||||
|
|
||||||
- Check the source is issuing multicast packets with TTL high enough
|
- Check the source is issuing multicast packets with TTL high enough
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# The Linux Kernel MFC (Multicast Forwarding Cache)
|
# The Linux Kernel MFC (Multicast Forwarding Cache)
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
## Process this file with automake to produce Makefile.in.
|
## Process this file with automake to produce Makefile.in.
|
||||||
## $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
# qpimd - pimd for quagga
|
# qpimd - pimd for quagga
|
||||||
# Copyright (C) 2008 Everton da Silva Marques
|
# Copyright (C) 2008 Everton da Silva Marques
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#
|
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
#
|
|
||||||
|
|
||||||
INTRODUCTION
|
INTRODUCTION
|
||||||
|
|
||||||
qpimd aims to implement a PIM (Protocol Independent Multicast)
|
qpimd aims to implement a PIM (Protocol Independent Multicast)
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
|
|
||||||
T1 DONE Implement debug command
|
T1 DONE Implement debug command
|
||||||
test pim receive join
|
test pim receive join
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_ASSERT_H
|
#ifndef PIM_ASSERT_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_CMD_H
|
#ifndef PIM_CMD_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_HELLO_H
|
#ifndef PIM_HELLO_H
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_IFACE_H
|
#ifndef PIM_IFACE_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_IFCHANNEL_H
|
#ifndef PIM_IFCHANNEL_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_IGMP_H
|
#ifndef PIM_IGMP_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_IGMP_JOIN_H
|
#ifndef PIM_IGMP_JOIN_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_IGMPV3_H
|
#ifndef PIM_IGMPV3_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_INT_H
|
#ifndef PIM_INT_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_JOIN_H
|
#ifndef PIM_JOIN_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_MACRO_H
|
#ifndef PIM_MACRO_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_MROUTE_H
|
#ifndef PIM_MROUTE_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_MSG_H
|
#ifndef PIM_MSG_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_NEIGHBOR_H
|
#ifndef PIM_NEIGHBOR_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_OIL_H
|
#ifndef PIM_OIL_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_PIM_H
|
#ifndef PIM_PIM_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_RPF_H
|
#ifndef PIM_RPF_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_SIGNALS_H
|
#ifndef PIM_SIGNALS_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_SOCK_H
|
#ifndef PIM_SOCK_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_SSMPINGD_H
|
#ifndef PIM_SSMPINGD_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_STATIC_H_
|
#ifndef PIM_STATIC_H_
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_STR_H
|
#ifndef PIM_STR_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_TIME_H
|
#ifndef PIM_TIME_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_TLV_H
|
#ifndef PIM_TLV_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_UPSTREAM_H
|
#ifndef PIM_UPSTREAM_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_UTIL_H
|
#ifndef PIM_UTIL_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_VERSION_H
|
#ifndef PIM_VERSION_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_VTY_H
|
#ifndef PIM_VTY_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_ZEBRA_H
|
#ifndef PIM_ZEBRA_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIM_ZLOOKUP_H
|
#ifndef PIM_ZLOOKUP_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
!
|
!
|
||||||
! pimd sample configuration file
|
! pimd sample configuration file
|
||||||
! $QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
!
|
!
|
||||||
hostname quagga-pimd-router
|
hostname quagga-pimd-router
|
||||||
password zebra
|
password zebra
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef PIMD_H
|
#ifndef PIMD_H
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
along with this program; see the file COPYING; if not, write to the
|
along with this program; see the file COPYING; if not, write to the
|
||||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||||
MA 02110-1301 USA
|
MA 02110-1301 USA
|
||||||
|
|
||||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $QuaggaId: Format:%an, %ai, %h$ $
|
/*
|
||||||
*
|
|
||||||
* BGP Multipath Unit Test
|
* BGP Multipath Unit Test
|
||||||
* Copyright (C) 2010 Google Inc.
|
* Copyright (C) 2010 Google Inc.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
/* $QuaggaId: Format:%an, %ai, %h$ $
|
/*
|
||||||
*
|
|
||||||
* Routing table test
|
* Routing table test
|
||||||
* Copyright (C) 2012 OSR.
|
* Copyright (C) 2012 OSR.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* $Quagga: $Format:%an, %ai, %h$ $
|
|
||||||
*
|
|
||||||
* GNU Zebra client test main routine.
|
* GNU Zebra client test main routine.
|
||||||
* Copyright (C) 1997 Kunihiro Ishiguro
|
* Copyright (C) 1997 Kunihiro Ishiguro
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue