Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Only parse and print ICMP reply messages (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chshu authored and jwhui committed May 18, 2017
1 parent a0f471f commit 14bfd96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spinel-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ class IcmpV6Factory(object):
ulpf={
58: ipv6.ICMPv6Factory(
body_factories={
0: ipv6.ICMPv6DestinationUnreachableFactory(),
128: ipv6.ICMPv6EchoBodyFactory(),
129: ipv6.ICMPv6EchoBodyFactory()
}
)
Expand Down

0 comments on commit 14bfd96

Please sign in to comment.