代码搜索:zebra
找到约 1,577 项符合「zebra」的源代码
代码结果 1,577
www.eeworm.com/read/440317/1798972
init ripngd.init
#!/bin/bash
#
# chkconfig: - 16 84
# description: A RIP routing engine for use with Zebra and IPv6
#
# processname: ripngd
# config: /etc/ripngd.conf
# source function library
. /etc/rc.d/init.d/func
www.eeworm.com/read/440317/1798975
init ospfd.init
#!/bin/bash
#
# chkconfig: - 16 84
# description: An OSPF v2 routing engine for use with Zebra
#
# processname: ospfd
# config: /etc/ospfd.conf
# source function library
. /etc/rc.d/init.d/functions
www.eeworm.com/read/279175/10457577
sample bgpd.conf.sample
! -*- bgp -*-
!
! BGPd sample configuratin file
!
! $Id: bgpd.conf.sample,v 1.19 1999/02/19 17:17:27 developer Exp $
!
hostname bgpd
password zebra
!enable password please-set-at-here
!
!bgp mulitple-
www.eeworm.com/read/448648/7528361
sample bgpd.conf.sample
! -*- bgp -*-
!
! BGPd sample configuratin file
!
! $Id: bgpd.conf.sample,v 1.19 1999/02/19 17:17:27 developer Exp $
!
hostname bgpd
password zebra
!enable password please-set-at-here
!
!bgp mulitple-
www.eeworm.com/read/448648/7528509
c ospf6_linklist.c
#include
#include "ospf6_linklist.h"
static struct linklist_node *
linklist_lookup_node (void *data, struct linklist *linklist)
{
struct linklist_node *node;
for (node = linklist->he
www.eeworm.com/read/145256/12741875
sample bgpd.conf.sample
! -*- bgp -*-
!
! BGPd sample configuratin file
!
! $Id: bgpd.conf.sample,v 1.19 1999/02/19 17:17:27 developer Exp $
!
hostname bgpd
password zebra
!enable password please-set-at-here
!
!bgp mulitple-
www.eeworm.com/read/145256/12742321
c ospf6_linklist.c
#include
#include "ospf6_linklist.h"
static struct linklist_node *
linklist_lookup_node (void *data, struct linklist *linklist)
{
struct linklist_node *node;
for (node = linklist->he
www.eeworm.com/read/319347/13453176
c ospf6_linklist.c
#include
#include "ospf6_linklist.h"
static struct linklist_node *
linklist_lookup_node (void *data, struct linklist *linklist)
{
struct linklist_node *node;
for (node = linklist->he
www.eeworm.com/read/180137/5290078
copyright
This package was created by Adam Dickmeiss on
Thu, 20 Feb 2003 16:57:51 +0100.
It was downloaded from http://ftp.indexdata.dk/pub/zebra/
Copyright:
Copyright (c) 1995-2003 Index Data ApS.
You are
www.eeworm.com/read/448648/7528543
c ospf6_bintree.c
#include
#include "ospf6_bintree.h"
static struct bintree_node *
bintree_lookup_node_min (struct bintree_node *subroot)
{
struct bintree_node *node;
if (subroot == NULL)
return NU