lqjun6688 | 8 Apr 2013 04:58
Favicon

a problem about ospfd in zebra

 Hi friend,

I meet a problem when i used ospf in Linux or some embeded terminal.

when i edit the configuration of ospfd by vim or write conf file in program, the command "kill -SIGHUP ospfdpid" is invalid, the configuration can't take effect in ospf service as while. But reset the service after amending conf file, it is ok, the configuration can take effect. I don't know why. Please give me some help.

 
 Liu


--
 Liu Qingjun    lqjun6688 <at> 163.com
Guangzhou Gaoke Com munications Technology Co., LTD

 


shyam santhosh | 1 Apr 2013 15:28
Picon

Invitation to connect on LinkedIn

 
 
 
 
 
From shyam santhosh
 
Unix Admin at Emulex
India
 
 
 
 
 
 
 

I'd like to add you to my professional network on LinkedIn.

- shyam

 
 
 
 
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2012, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
Saurabh Deshmukh | 18 Feb 2013 12:00
Favicon

Zebra-0.95a not able to install on IPv6 stack(onLinux)

Hi,

 

I’m trying to install zebra-0.95a on Linux(Red_Hat_Linux 6.3) box with pure IPV6 stack(means no IPv4) and facing compilation issues while running ‘make’ command.

i.e I’m using: “Linux IPv6 stack for GNU/Linux 2.2.x and higher” as its said to be supported on Zebra.

 

Here is what I tried:

1) Downloaded zebra(zebra-0.95a.tar.gz) from http://ftp.sunet.se/pub/network/zebra/

2) Copied it to Linux home directory and extracted there.

3) Executed the below command zebra-0.95a/ folder:

               ./configure –prefix= /osszoneuser/osszone/user/test/Live_simulators/zebra  (as I want to install it in this directory and not in default).

               make

 

I get the below error upon running ‘make’ command(also attached the full trace), hence installation isn’t successful on pure IPV6 stack, though the same steps succeeds on IPv4 stack.

 

rtadv.c: In function ârtadv_recv_packetâ:

rtadv.c:123: error: dereferencing pointer to incomplete type

rtadv.c:124: error: dereferencing pointer to incomplete type

rtadv.c:124: error: dereferencing pointer to incomplete type

rtadv.c:130: warning: dereferencing type-punned pointer will break strict-aliasing rules

rtadv.c: In function ârtadv_send_packetâ:

rtadv.c:149: error: invalid application of âsizeofâ to incomplete type âstruct in6_pktinfoâ

rtadv.c:194: warning: operation on ânodeâ may be undefined

rtadv.c:268: error: dereferencing pointer to incomplete type

rtadv.c:269: error: dereferencing pointer to incomplete type

rtadv.c: In function ârtadv_prefix_lookupâ:

rtadv.c:476: warning: operation on ânodeâ may be undefined

rtadv.c: In function ârtadv_config_writeâ:

rtadv.c:977: warning: operation on ânodeâ may be undefined

rtadv.c:982: warning: pointer targets in passing argument 3 of âinet_ntopâ differ in signedness

/usr/include/arpa/inet.h:65: note: expected âchar * __restrict__â but argument is of type âu_char *â

make[2]: *** [rtadv.o] Error 1

make[2]: Leaving directory `/osszoneuser/osszone/user/test/Live_simulators/zebra/zebra-0.95a/zebra'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/osszoneuser/osszone/user/test/Live_simulators/zebra/zebra-0.95a'

make: *** [all] Error 2

 

 

Here is the results of running ‘netstat –rn’ :

 

[test <at> indlin981 zebra-0.95a]$ netstat -rn

Kernel IP routing table

Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface

169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0

 

Here is the results of running ‘ifconfig –a’:

 

[test <at> indlin981 zebra-0.95a]$ ifconfig -a

eth0      Link encap:Ethernet  HWaddr 00:50:56:8A:62:67

          inet6 addr: a44:d0c5:0:2101::a13:f512/64 Scope:Global

          inet6 addr: fe80::250:56ff:fe8a:6267/64 Scope:Link

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

          RX packets:1859284 errors:0 dropped:0 overruns:0 frame:0

          TX packets:2066983 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:1000

          RX bytes:378173273 (360.6 MiB)  TX bytes:229367289 (218.7 MiB)

lo        Link encap:Local Loopback

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:16436  Metric:1

          RX packets:5635 errors:0 dropped:0 overruns:0 frame:0

          TX packets:5635 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0

          RX bytes:7546052 (7.1 MiB)  TX bytes:7546052 (7.1 MiB)

 

 

Thanks,

 

Saurabh Deshmukh

Dev Expert-Focus Master

PBG-OSS

 

+91 40154784 (office)

AMDOCS | EMBRACE CHALLENGE EXPERIENCE SUCCESS

 

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
connected.c: In function âconnected_check_ipv4â:
connected.c:43: warning: operation on ânodeâ may be undefined
connected.c: In function âconnected_check_ipv6â:
connected.c:225: warning: operation on ânodeâ may be undefined
source='ioctl.c' object='ioctl.o' libtool=no \
        depfile='.deps/ioctl.Po' tmpdepfile='.deps/ioctl.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H
-DSYSCONFDIR=\"/osszoneuser/osszone/user/test/Live_simulators/zebra/etc/\"
-DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'ioctl.c' || echo './'`ioctl.c
source='zebra_rib.c' object='zebra_rib.o' libtool=no \
        depfile='.deps/zebra_rib.Po' tmpdepfile='.deps/zebra_rib.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H
-DSYSCONFDIR=\"/osszoneuser/osszone/user/test/Live_simulators/zebra/etc/\"
-DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'zebra_rib.c' || echo './'`zebra_rib.c
source='redistribute.c' object='redistribute.o' libtool=no \
        depfile='.deps/redistribute.Po' tmpdepfile='.deps/redistribute.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H
-DSYSCONFDIR=\"/osszoneuser/osszone/user/test/Live_simulators/zebra/etc/\"
-DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'redistribute.c' || echo './'`redistribute.c
source='debug.c' object='debug.o' libtool=no \
        depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H
-DSYSCONFDIR=\"/osszoneuser/osszone/user/test/Live_simulators/zebra/etc/\"
-DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'debug.c' || echo './'`debug.c
source='rtadv.c' object='rtadv.o' libtool=no \
        depfile='.deps/rtadv.Po' tmpdepfile='.deps/rtadv.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        gcc -DHAVE_CONFIG_H
-DSYSCONFDIR=\"/osszoneuser/osszone/user/test/Live_simulators/zebra/etc/\"
-DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'rtadv.c' || echo './'`rtadv.c
rtadv.c: In function ârtadv_recv_packetâ:
rtadv.c:123: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c:130: warning: dereferencing type-punned pointer will break strict-aliasing rules
rtadv.c: In function ârtadv_send_packetâ:
rtadv.c:149: error: invalid application of âsizeofâ to incomplete type âstruct in6_pktinfoâ
rtadv.c:194: warning: operation on ânodeâ may be undefined
rtadv.c:268: error: dereferencing pointer to incomplete type
rtadv.c:269: error: dereferencing pointer to incomplete type
rtadv.c: In function ârtadv_prefix_lookupâ:
rtadv.c:476: warning: operation on ânodeâ may be undefined
rtadv.c: In function ârtadv_config_writeâ:
rtadv.c:977: warning: operation on ânodeâ may be undefined
rtadv.c:982: warning: pointer targets in passing argument 3 of âinet_ntopâ differ in signedness
/usr/include/arpa/inet.h:65: note: expected âchar * __restrict__â but argument is of type âu_char *â
make[2]: *** [rtadv.o] Error 1
make[2]: Leaving directory `/osszoneuser/osszone/user/test/Live_simulators/zebra/zebra-0.95a/zebra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/osszoneuser/osszone/user/test/Live_simulators/zebra/zebra-0.95a'
make: *** [all] Error 2
[test <at> indlin981 zebra-0.95a]$
elisabeth valverdesalazar | 16 Feb 2013 21:39
Picon
Favicon

ERROR ?

Hi, I have a problem:


PROTOCOLO ISIS EN NETGUI-QUAGGA



System O :
 Description :Ubuntu 10.04.4 LTS.
 Software : Netgui-quagga.
Configuration Protocol: ISIS.

 

ifconfig:



configuration files (isis protocol)

router r1

 

router 2:




ERROR!!!!

SHOW IP ROUTE ?????  

When I run two router, zebra fails. With nothing happens router, each router sees his neighbor, but when I ask for your table, zebra fails, what happens to me when I run it with a third router.

All router are in the same tier 1.
Help me please, I do not understand it.


thanks.





shyam santhosh | 15 Mar 2012 15:17
Picon

Invitation to connect on LinkedIn

 
 
 
 
 
From shyam santhosh
 
Unix admin at Emulex
India
 
 
 

I'd like to add you to my professional network on LinkedIn.

- shyam

 
 
 
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2012, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
salleh awang | 12 Sep 2011 01:47
Picon
Favicon

Invitation to connect on LinkedIn

 
 
 
 
 
From salleh awang
 
Owner at wce Consulting Engineers
Malaysia
 
 
 

I'd like to add you to my professional network on LinkedIn.

- salleh

 
 
 
ble>
 
 
 
You are receiving Invitation to Connect emails. Unsubscribe
© 2011, LinkedIn Corporation. 2029 Stierlin Ct. Mountain View, CA 94043, USA
 
salleh awang | 3 Nov 2010 17:47
Picon
Favicon

salleh awang wants to stay in touch on LinkedIn

LinkedIn

I'd like to add you to my professional network on LinkedIn.

- salleh awang

salleh awang
Owner at wce Consulting Engineers
Malaysia

Confirm that you know salleh

© 2010, LinkedIn Corporation

syam santhosh | 21 Oct 2010 08:41
Picon

zebra installing problem

Respected team:-

   i am new in zebra am tring to install ubuntu server 10.10 as well as cetos also but when i give make command getting error 


make[2]: *** [rtadv.o] Error 1
make[2]: Leaving directory `/root/zebra-0.95a/zebra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/zebra-0.95a'
make: *** [all] Error 2

can u please help me which version i can use and which os also
--
       Thanks & Best Regards

               SANTHOSH .C
       shyamsanthosh <at> gmail.com
                0.9916334884

Engr.Mujtabha | 13 Oct 2010 06:31

bug

Hello I had a problem building your software on my machine.
Linux Titan 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 x86_64 GNU/Linux

I attached the error report and configuration log.

Cheers

Poor UTS Research student.
Attachment (config.log): text/x-log, 93 KiB
rtadv.c: In function ‘rtadv_recv_packet’:
rtadv.c:123: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c:130: warning: dereferencing type-punned pointer will break strict-aliasing rules
rtadv.c: In function ‘rtadv_send_packet’:
rtadv.c:149: error: invalid application of ‘sizeof’ to incomplete type ‘struct
in6_pktinfo’ 
rtadv.c:194: warning: operation on ‘node’ may be undefined
rtadv.c:268: error: dereferencing pointer to incomplete type
rtadv.c:269: error: dereferencing pointer to incomplete type
rtadv.c: In function ‘rtadv_prefix_lookup’:
rtadv.c:476: warning: operation on ‘node’ may be undefined
rtadv.c: In function ‘rtadv_config_write’:
rtadv.c:977: warning: operation on ‘node’ may be undefined
rtadv.c:982: warning: pointer targets in passing argument 3 of ‘inet_ntop’ differ in signedness
/usr/include/arpa/inet.h:65: note: expected ‘char * __restrict__’ but argument is of type
‘u_char *’
make[1]: *** [rtadv.o] Error 1
make: *** [install-recursive] Error 1

lo Sanjuán Espejo | 6 Apr 2010 03:08
Picon
Favicon

Problems to install Zebra

I have little experience with linux and I have trouble installing Zebra.Concretamente the make command. After running make I get the following result:

make  all-recursive
make[1]: se ingresa al directorio `/home/zebra-0.95a'
Making all in lib
make[2]: se ingresa al directorio `/home/zebra-0.95a/lib'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/zebra-0.95a/lib'
Making all in zebra
make[2]: se ingresa al directorio `/home/zebra-0.95a/zebra'
source='rtadv.c' object='rtadv.o' libtool=no \
    depfile='.deps/rtadv.Po' tmpdepfile='.deps/rtadv.TPo' \
    depmode=gcc3 /bin/sh ../depcomp \
    gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1 -I. -I. -I.. -I.. -I.. -I../lib    -g -O2 -Wall -c `test -f 'rtadv.c' || echo './'`rtadv.c
rtadv.c: En la función ‘rtadv_recv_packet’:
rtadv.c:123: error: puntero deferenciado a tipo de dato incompleto
rtadv.c:124: error: puntero deferenciado a tipo de dato incompleto
rtadv.c:124: error: puntero deferenciado a tipo de dato incompleto
rtadv.c:130: aviso: la dereferencia de punteros ‘type-punned’ romperá las reglas de alias estricto
rtadv.c: En la función ‘rtadv_send_packet’:
rtadv.c:149: error: aplicación inválida de ‘sizeof’ a un tipo de dato incompleto ‘struct in6_pktinfo’
rtadv.c:194: aviso: la operación sobre ‘node’ puede estar indefinida
rtadv.c:268: error: puntero deferenciado a tipo de dato incompleto
rtadv.c:269: error: puntero deferenciado a tipo de dato incompleto
rtadv.c: En la función ‘rtadv_prefix_lookup’:
rtadv.c:476: aviso: la operación sobre ‘node’ puede estar indefinida
rtadv.c: En la función ‘rtadv_config_write’:
rtadv.c:977: aviso: la operación sobre ‘node’ puede estar indefinida
rtadv.c:982: aviso: el puntero que apunta en el paso del argumento 3 de ‘inet_ntop’ difiere en signo
/usr/include/arpa/inet.h:65: nota: se esperaba ‘char * __restrict__’ pero el argumento es de tipo ‘u_char *’
make[2]: *** [rtadv.o] Error 1
make[2]: se sale del directorio `/home/zebra-0.95a/zebra'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/zebra-0.95a'
make: *** [all] Error 2


what is the problem?

greetings, thanks

¡Lucha por tus ídolos o hunde al personajes que quieras! ¡Vota a favor o en contra de los más famosos! ¡Nuevo MSN Populus!
Sallehawang Awang | 6 Jan 2010 11:56

Check out my photos on Facebook

facebook
Sallehawang Awang has:
15 friends
0 photos
0 notes
3 wall posts
1 group

Check out my photos on Facebook


Hi bug-zebra,

I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.

Thanks,
Sallehawang

To sign up for Facebook, follow the link below:
http://www.facebook.com/p.php?i=100000320910742&k=Z6E3Y5TYUW6GXFFJVAYURWRZV6BAY6XCQVGS&r

Already have an account? Add this email address to your account here.

Other people you may know on Facebook:
Hür Dilber
Imam Mustapha Kamal
bug-zebra <at> gnu.org was invited to join Facebook by Sallehawang Awang. If you do not wish to receive this type of email from Facebook in the future, please click here to unsubscribe.
Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.

Gmane