You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpf_trace_printk("VLAN ID[%d] = %u\n", i, vlans.id[i]);
bpf_trace_printk() takes the size of the format string as the second
argument. You should be using the bpf_printk() macro which takes care of
this and wraps the helper for you...
I've completed the assignment as mentioned in the solutions.
Here's my C code:
Command used:
Why am I facing this error? How can I fix it?
The text was updated successfully, but these errors were encountered: