All of lore.kernel.org
 help / color / mirror / Atom feed
From: "\"Juha Ylönen\"" <ylonen@gmx.net>
To: The list for a Better Approach To Mobile Ad-hoc Networking
	<b.a.t.m.a.n@lists.open-mesh.org>
Subject: Re: [B.A.T.M.A.N.] batman-adv on different archs
Date: Wed, 20 Jan 2010 14:12:34 +0100	[thread overview]
Message-ID: <20100120131234.4760@gmx.net> (raw)
In-Reply-To: <201001201015.59477.lindner_marek@yahoo.de>


-------- Original-Nachricht --------
> Datum: Wed, 20 Jan 2010 10:15:59 +0800
> Von: Marek Lindner <lindner_marek@yahoo.de>
>
> Before we dive into debugging the code I'd suggest you send us your
> complete 
> interface configuration. Maybe the problem is much more simple than it
> seems. 
> Complete configuration means: brctl show, ifconfig, cat /proc/net/batman-
> adv/interfaces (or batctl if) and ping output. 

Here we go:
---
##x> brctl show
bridge name     bridge id               STP enabled     interfaces
##> cat interfaces 
[  active] eth1 00:11:f6:83:af:ab 
##> ifconfig 
bat0      Link encap:Ethernet  HWaddr 32:21:CA:8E:37:DC  
          inet addr:10.0.1.39  Bcast:10.255.255.255  Mask:255.0.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1476  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:468 (468.0 B)

eth1      Link encap:Ethernet  HWaddr 00:11:F6:83:AF:AB  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:179 errors:0 dropped:0 overruns:0 frame:0
          TX packets:268 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:6086 (5.9 KiB)  TX bytes:10450 (10.2 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

##> route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.0.0.0        *               255.0.0.0       U     0      0        0 bat0
##> ping 10.0.1.40
PING 10.0.1.40 (10.0.1.40): 56 data bytes

--- 10.0.1.40 ping statistics ---
10 packets transmitted, 0 packets received, 100% packet loss
---

I also checked the return value for dev_queue_xmit in send.c and it was 0. 

-Juha

-Juha
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

  parent reply	other threads:[~2010-01-20 13:12 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-19 14:58 [B.A.T.M.A.N.] batman-adv on different archs "Juha Ylönen"
2010-01-20  2:15 ` Marek Lindner
2010-01-20  9:29   ` "Juha Ylönen"
2010-01-20  9:42     ` Marek Lindner
2010-01-20  9:49     ` Andrew Lunn
2010-01-20  9:51     ` Sven Eckelmann
2010-01-20 13:12   ` "Juha Ylönen" [this message]
2010-01-20 22:32     ` Marek Lindner
2010-01-21 14:12       ` "Juha Ylönen"
2010-01-21 15:29         ` Sven Eckelmann
2010-01-21 17:17         ` Gus Wirth
2010-01-21 18:32           ` Sven Eckelmann
2010-01-22 18:26             ` Simon Wunderlich
2010-01-24 21:19               ` "Juha Ylönen"
  -- strict thread matches above, loose matches on Subject: below --
2010-01-24 21:17 "Juha Ylönen"
2010-01-24 22:03 ` Sven Eckelmann
2010-01-21 19:02 "Juha Ylönen"
2010-01-22 12:16 ` Sven Eckelmann
2010-01-18 11:27 "Juha Ylönen"
2010-01-18 11:39 ` Andrew Lunn
2010-01-18 13:29   ` "Juha Ylönen"
2010-01-18 13:38     ` Marek Lindner
2010-01-18 13:51       ` Andrew Lunn
2010-01-19  7:46         ` "Juha Ylönen"
2010-01-19  7:43       ` "Juha Ylönen"
2010-01-19 12:07         ` Marek Lindner
2010-01-19 14:51           ` "Juha Ylönen"
2010-01-19 15:11             ` Sven Eckelmann
     [not found]               ` <20100119153233.319500@gmx.net>
2010-01-19 17:12                 ` Sven Eckelmann
2010-01-19 19:37             ` Simon Wunderlich
2010-01-20 14:05               ` "Juha Ylönen"
2010-01-20 21:58                 ` Marek Lindner
2010-01-18 11:42 ` Marek Lindner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100120131234.4760@gmx.net \
    --to=ylonen@gmx.net \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.