From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13073 invoked by alias); 24 Dec 2012 06:51:43 -0000 Received: (qmail 13063 invoked by uid 22791); 24 Dec 2012 06:51:42 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ia0-f180.google.com (HELO mail-ia0-f180.google.com) (209.85.210.180) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Dec 2012 06:51:37 +0000 Received: by mail-ia0-f180.google.com with SMTP id t4so5606690iag.39 for ; Sun, 23 Dec 2012 22:51:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.42.170 with SMTP id p10mr19554372igl.47.1356331896949; Sun, 23 Dec 2012 22:51:36 -0800 (PST) Received: by 10.64.73.135 with HTTP; Sun, 23 Dec 2012 22:51:36 -0800 (PST) Date: Mon, 24 Dec 2012 06:51:00 -0000 Message-ID: From: cyl cyl To: eCos Users Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] ipv6 question X-SW-Source: 2012-12/txt/msg00052.txt.bz2 Hello: In function init_net_IPv6, I set "fe80::219:dbff:fea9:f3d5" for my eth0 ipv6 address. But _show_all_interfaces says my ip is "fe80:1::219:dbff:fea9:f3d5". I don't know why it adds a "1" in it. The prefix I set is "fe80:0:0:0" . ipv6: fe80::219:dbff:fea9:f3d5, in6mask64: ff ff ff ff ff ff ff ff 0xa0b53204 - eth0 - 192.168.1.239 0xa0b53220 - eth0 - fe80:1::200:ff:fe6c:18f0 0xa0b5323c - eth0 - fe80:1::219:dbff:fea9:f3d5 0xa0b53274 - lo0 - ::1 0xa0b53290 can_send: 1 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss