File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ Pseudo-module dependencies
431431* Ping RIOT instance from Linux:
432432
433433` ` ` sh
434- ping6 <RIOT-IPv6-addr>%tap0
434+ ping <RIOT-IPv6-addr>%tap0
435435` ` `
436436
437437# # `gnrc_minimal` example (`samr21-xpro`)
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ USEMODULE += gnrc_sock_udp
2929 version Prints current RIOT_VERSION
3030 pm interact with layered PM subsystem
3131 ps Prints information about running threads.
32- ping6 Ping via ICMPv6
3332 ping Ping via ICMPv6
3433 random_init initializes the PRNG
3534 random_get returns 32 bit of pseudo randomness
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It uses the [example applications in the RIOT repository](https://github.com/RIO
1515* Ping RIOT instance from Linux:
1616
1717``` sh
18- ping6 < RIOT-IPv6-addr> %tapbr0
18+ ping < RIOT-IPv6-addr> %tapbr0
1919```
2020Note: on MAC use ` bridge0 ` instead of ` tapbr0 ` .
2121
Original file line number Diff line number Diff line change @@ -53,6 +53,6 @@ rpl root 1 2001:db8::1
5353
5454## Pinging "distant" nodes
5555
56- * Use the ping6 command to ping global address of a "distant" node.
56+ * Use the ping command to ping global address of a "distant" node.
5757* Most likely, in this setup the root node will be the only intermediate hop. It should print some rough information about forwarding IPv6 packets
5858* Additionally you can try to transmit UDP packets (explore the ` udp ` commandset)
You can’t perform that action at this time.
0 commit comments