BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001519 [BusyBox] Networking Support minor always 10-02-07 19:56 10-11-07 04:42
Reporter arprip View Status public  
Assigned To BusyBox
Priority normal Resolution unable to reproduce  
Status closed   Product Version svn
Summary 0001519: ipv6 address can not be set
Description Use busybox 1.7.2. I can not use ifconfig to set the ipv6 address to interface.

for example

/ # ifconfig eth0 44::4/128
ifconfig: bad address '44::4'


It will show me the bad address.
Additional Information
Attached Files  .config_good [^] (17,004 bytes) 10-11-07 03:23

- Relationships

- Notes
(0002818)
vda
10-11-07 03:23

Works for me:

# ./busybox ifconfig if 44::4/128

# ./busybox ifconfig -a
if Link encap:Ethernet HWaddr 00:16:17:6D:77:DB
          inet6 addr: 44::4/128 Scope:Global
          BROADCAST MULTICAST MTU:1500 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:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
          Interrupt:23

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:3863 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3863 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:340266 (332.2 KiB) TX bytes:340266 (332.2 KiB)

# ip a
1: lo: <LOOPBACK,UP,10000> mtu 16436 qdisc noqueue
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: if: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
    link/ether 00:16:17:6d:77:db brd ff:ff:ff:ff:ff:ff
    inet6 44::4/128 scope global tentative
       valid_lft forever preferred_lft forever

Example of working .config attached.

Please upload your .config
 
(0002821)
arprip
10-11-07 03:46

See http://busybox.net/bugs/view.php?id=1518 [^] for details.
I have found the root cause.
 

- Issue History
Date Modified Username Field Change
10-02-07 19:56 arprip New Issue
10-02-07 19:56 arprip Status new => assigned
10-02-07 19:56 arprip Assigned To  => BusyBox
10-11-07 03:23 vda Note Added: 0002818
10-11-07 03:23 vda File Added: .config_good
10-11-07 03:23 vda Status assigned => feedback
10-11-07 03:46 arprip Note Added: 0002821
10-11-07 04:42 vda Status feedback => closed
10-11-07 04:42 vda Resolution open => unable to reproduce


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker