Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107173217
D47151.id144998.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
D47151.id144998.diff
View Options
diff --git a/sbin/ping/tests/test_ping.py b/sbin/ping/tests/test_ping.py
--- a/sbin/ping/tests/test_ping.py
+++ b/sbin/ping/tests/test_ping.py
@@ -113,7 +113,7 @@
options = sc.IPOption_SSRR(length=3, routers=routers_zero)
elif opts == "unk":
ToolsHelper.set_sysctl("net.inet.ip.process_options", 0)
- options = sc.IPOption(b"\x9f")
+ options = b"\x9f"
elif opts == "unk-40":
ToolsHelper.set_sysctl("net.inet.ip.process_options", 0)
options = sc.IPOption(b"\x9f" * 40)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 12, 5:53 AM (21 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14224121
Default Alt Text
D47151.id144998.diff (529 B)
Attached To
Mode
D47151: ping tests: fix for scapy-2.6.0
Attached
Detach File
Event Timeline
Log In to Comment