Skip to content

Commit 4d0af0d

Browse files
authored
Merge pull request #82 from benpicco/ping6
treewide: drop mention of ping6
2 parents 3cf29c6 + dbee8fc commit 4d0af0d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

slides/slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)

task-06/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

task-07/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
2020
Note: on MAC use `bridge0` instead of `tapbr0`.
2121

task-09/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)