diff options
Diffstat (limited to 'regress/sys/netinet6/rh0/rh0_frag_final.py')
-rw-r--r-- | regress/sys/netinet6/rh0/rh0_frag_final.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sys/netinet6/rh0/rh0_frag_final.py b/regress/sys/netinet6/rh0/rh0_frag_final.py index 63d5f40a68e..62ae301f3b8 100644 --- a/regress/sys/netinet6/rh0/rh0_frag_final.py +++ b/regress/sys/netinet6/rh0/rh0_frag_final.py @@ -4,6 +4,8 @@ # hide the routing header behind a fragment header to avoid header scan # we expect an echo reply, as there are no more hops +print "send with fragment and routing header type 0 to the final destination" + import os from addr import * from scapy.all import * |