From c412cd0534a38af40309b18a3ab1d4917d9b1c4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 24 Dec 2014 12:15:03 +0100 Subject: [PATCH 1/2] ping6 --- cheat/cheatsheets/ping6 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cheat/cheatsheets/ping6 diff --git a/cheat/cheatsheets/ping6 b/cheat/cheatsheets/ping6 new file mode 100644 index 0000000..a07dd00 --- /dev/null +++ b/cheat/cheatsheets/ping6 @@ -0,0 +1,2 @@ +# get all ipv6 neighbor via broadcast ping +ping6 -I eth0 ff02::1 From 54e30022f060f29d061de6510b6dcbe389e38b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 24 Dec 2014 18:08:56 +0100 Subject: [PATCH 2/2] ping6: fix typo --- cheat/cheatsheets/ping6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/ping6 b/cheat/cheatsheets/ping6 index a07dd00..39e121e 100644 --- a/cheat/cheatsheets/ping6 +++ b/cheat/cheatsheets/ping6 @@ -1,2 +1,2 @@ -# get all ipv6 neighbor via broadcast ping +# get all ipv6 neighbors via broadcast ping ping6 -I eth0 ff02::1