From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30241 invoked by alias); 8 Nov 2003 14:42:52 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 30228 invoked from network); 8 Nov 2003 14:42:51 -0000 Received: from unknown (HELO londo.lunn.ch) (80.238.139.98) by sources.redhat.com with SMTP; 8 Nov 2003 14:42:51 -0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1AIUIN-0001qr-00; Sat, 08 Nov 2003 15:42:35 +0100 Date: Sat, 08 Nov 2003 14:42:00 -0000 To: Sebastien Couret Cc: ecos-discuss@sources.redhat.com Message-ID: <20031108144235.GC25880@lunn.ch> Mail-Followup-To: Sebastien Couret , ecos-discuss@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i From: Andrew Lunn Subject: Re: [ECOS] How to print IP routing table with eCOS ? X-SW-Source: 2003-11/txt/msg00102.txt.bz2 On Wed, Nov 05, 2003 at 06:01:10PM +0100, Sebastien Couret wrote: > Hello, > > I.m trying to get the routing tables from the FreeBSD IP stack ported to eCOS. > > The API show_network_tables() just stall my software and display nothing. It does work. Here is a run on the synthetic target which calls both show_network_tables() and then uses your sysclt code (plus the bug fix i just committed). Routing tables Destination Gateway Mask Flags Interface 127.0.0.0 127.0.0.1 255.0.0.0 UG lo0 192.168.10.0 192.168.10.0 255.255.255.0 U eth0 Interface statistics eth0 IP: 192.168.10.10, Broadcast: 192.168.10.255, Netmask: 255.255.255.0 UP BROADCAST RUNNING MULTICAST ALLMULTI MTU: 1500, Metric: 0 Rx - Packets: 0, Bytes: 0, Tx - Packets: 0, Bytes: 0 lo0 IP: 127.0.0.1, Broadcast: 127.0.0.1, Netmask: 255.0.0.0 UP LOOPBACK RUNNING MULTICAST MTU: 16384, Metric: 0 Rx - Packets: 0, Bytes: 0, Tx - Packets: 0, Bytes: 0 Free space needed : 508 Routing tables Here comes the routing table Here.s one route Here.s one route Here.s one route Andrew -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss