Skip to content

Commit

Permalink
tc_perf_event.py command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel-z committed May 29, 2018
1 parent 25ab2e5 commit a82bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/networking/tc_perf_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SkbEvent(ct.Structure):
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()
Expand Down

0 comments on commit a82bfb0

Please sign in to comment.