mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
pimd: Remove unnecessary QuaggaId
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
4fdc8f3630
commit
7e0cff2f98
@ -1,4 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
# Everton da Silva Marques <everton.marques@gmail.com>
|
||||
$ more ~/.gitconfig
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
C1 IGMPv3 backward compatibility with IGMPv1 and IGMPv2 is not
|
||||
implemented. See RFC 3376, 7.3. Multicast Router Behavior. That's
|
||||
because only Source-Specific Multicast is currently targeted.
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
global configuration commands:
|
||||
pimd:
|
||||
ip multicast-routing Enable IP multicast forwarding
|
||||
|
@ -1,4 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
DEBUG HINTS
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
#
|
||||
# The Linux Kernel MFC (Multicast Forwarding Cache)
|
||||
#
|
||||
|
@ -1,5 +1,4 @@
|
||||
#
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
#
|
||||
|
||||
INTRODUCTION
|
||||
|
@ -1,5 +1,3 @@
|
||||
# $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
T1 DONE Implement debug command
|
||||
test pim receive join
|
||||
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_ASSERT_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_CMD_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_HELLO_H
|
||||
|
@ -16,7 +16,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_IFACE_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_IFCHANNEL_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_IGMP_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_IGMP_JOIN_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_IGMPV3_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_INT_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_JOIN_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_MACRO_H
|
||||
|
@ -16,8 +16,7 @@
|
||||
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
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_MROUTE_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_MSG_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_NEIGHBOR_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_OIL_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_PIM_H
|
||||
|
@ -338,6 +338,7 @@ pim_register_recv (struct interface *ifp,
|
||||
if (!(upstream->sptbit == PIM_UPSTREAM_SPTBIT_TRUE) &&
|
||||
!(*bits & PIM_REGISTER_NR_BIT))
|
||||
{
|
||||
#if 0
|
||||
pim_rp_set_upstream_addr (&upstream->upstream_addr, sg.u.sg.src);
|
||||
pim_nexthop_lookup (&upstream->rpf.source_nexthop,
|
||||
upstream->upstream_addr, NULL);
|
||||
@ -347,7 +348,7 @@ pim_register_recv (struct interface *ifp,
|
||||
upstream->channel_oil->oil.mfcc_origin = sg.u.sg.src;
|
||||
pim_scan_individual_oil (upstream->channel_oil);
|
||||
pim_upstream_send_join (upstream);
|
||||
|
||||
#endif
|
||||
//decapsulate and forward the iner packet to
|
||||
//inherited_olist(S,G,rpt)
|
||||
}
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_RPF_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_SIGNALS_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_SOCK_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_SSMPINGD_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_STATIC_H_
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_STR_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_TIME_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_TLV_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_UPSTREAM_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_UTIL_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_VERSION_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_VTY_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_ZEBRA_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIM_ZLOOKUP_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
!
|
||||
! pimd sample configuration file
|
||||
! $QuaggaId: $Format:%an, %ai, %h$ $
|
||||
!
|
||||
hostname quagga-pimd-router
|
||||
password zebra
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#ifndef PIMD_H
|
||||
|
@ -17,7 +17,6 @@
|
||||
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
|
||||
MA 02110-1301 USA
|
||||
|
||||
$QuaggaId: $Format:%an, %ai, %h$ $
|
||||
*/
|
||||
|
||||
#include <zebra.h>
|
||||
|
Loading…
Reference in New Issue
Block a user