shell: add ng_ipv6 support for ifconfig#2582
Conversation
379e438 to
97e1550
Compare
97e1550 to
74e6842
Compare
|
Rebased to current master |
|
Which configuration/branch do I have to use to test this? |
|
Try miri64/RIOT@138d113 (current HEAD of branch tmp): |
|
(with default application ;-)) |
ac99c22 to
6c8f478
Compare
|
rebased to master |
|
|
6c8f478 to
aff58c5
Compare
|
Adapted for return values and prefixes |
9f184dd to
45554bf
Compare
6a6fc52 to
8dee4e7
Compare
|
Rebased to current #2736. |
f498593 to
f94cabb
Compare
39ed42b to
9890132
Compare
|
Rebased to current #2736 and squashed |
9890132 to
e7f377d
Compare
|
Rebased to current master |
Am I missing something? |
|
No, I did. Will fix. |
e7f377d to
8e45bed
Compare
|
Rebased to current master and adapted for changes there (including #2582 (comment)) |
|
How do I test on native? ng_tapnet is gone and I don't know how to use Kaspar's Ethernet foobar. |
|
I did briefly look at it (I'm in a local train with shitty Internet connection right now) and copied stuff from the test Makefile, but I got: |
|
@OlegHahm Try to add "ng_netdev_eth" and "ng_nativenet" to USEMODULES. |
|
Thanks. Worked. |
|
Ok, after merging this PR and #2766 and #2776 in order to test on native, I'm able to build. ( However, in the shell I get: My Makefile diff looks like diff --git a/examples/default/Makefile b/examples/default/Makefile
index dfaee97..db9aac9 100644
--- a/examples/default/Makefile
+++ b/examples/default/Makefile
@@ -34,10 +34,15 @@ USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += vtimer
-USEMODULE += defaulttransceiver
USEMODULE += config
-FEATURES_OPTIONAL += transceiver
+USEMODULE += ng_netbase
+USEMODULE += ng_nomac
+USEMODULE += ng_nativenet
+USEMODULE += dev_eth_autoinit
+USEMODULE += ng_ipv6_netif
+USEMODULE += ng_netdev_eth
+
FEATURES_OPTIONAL += config
FEATURES_OPTIONAL += periph_rtc |
|
@OlegHahm what were your changes to |
|
Use diff --git a/tests/driver_netdev_eth/Makefile b/tests/driver_netdev_eth/Makefile
index 1ed3733..f7d9e25 100644
--- a/tests/driver_netdev_eth/Makefile
+++ b/tests/driver_netdev_eth/Makefile
@@ -6,6 +6,7 @@ BOARD_WHITELIST := native
USEMODULE += ng_nativenet
USEMODULE += ng_netbase
USEMODULE += ng_nomac
+USEMODULE += ng_ipv6
USEMODULE += ng_pktdump
USEMODULE += ng_netdev_eth
USEMODULE += shell |
|
|
|
ACK when squashed. |
40b7b48 to
cb07cd0
Compare
|
Squashed. |
|
and GO. |
…utput shell: add ng_ipv6 support for ifconfig
Depends on #2736(merged)Waiting for #2602(merged)Ports the listing functionality,
ifconfig addandifconfig delforng_ipv6_netif.