Commit 4e479815 authored by yonghong-song's avatar yonghong-song Committed by GitHub

Merge pull request #1785 from kernel-z/master

within tc_perf_event.py,ping command fix
parents 25ab2e5d a82bfb03
......@@ -77,7 +77,7 @@ try:
parent="ffff:fff3", classid=1, direct_action=True)
b["skb_events"].open_perf_buffer(print_skb_event)
print('Try: "ping -6 ff02::1%me"\n')
print('Try: "ping6 ff02::1%me"\n')
print("%-3s %-32s %-12s %-10s" % ("CPU", "SRC IP", "DST IP", "Magic"))
while True:
b.perf_buffer_poll()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment