partly support getting IPv6 addresses
- gets interface id from ppp - runs odhcpc to get RA and prefix delegation - doesn't do anything useful with the data yet
This commit is contained in:
parent
339c2d9873
commit
447f068569
6 changed files with 98 additions and 1 deletions
|
@ -38,7 +38,7 @@ let
|
|||
"seq" "setsid" "sha1sum" "sha256sum" "sha512sum" "sleep" "sort"
|
||||
"stat" "strings" "stty" "su" "sum" "swapoff" "swapon" "sync"
|
||||
"tail" "tee" "test" "time" "touch" "tr" "traceroute" "traceroute6"
|
||||
"true" "truncate" "tty" "udhcpc" "udhcpc6" "umount" "uname"
|
||||
"true" "truncate" "tty" "udhcpc" "umount" "uname"
|
||||
"unexpand" "uniq" "unlink" "unlzma" "unxz" "unzip" "uptime"
|
||||
"watch" "wc" "whoami" "xargs" "xxd" "xz" "xzcat" "yes" "zcat"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue