Skip to content

Commit 0ec0dd3

Browse files
committed
packet03: Fix comment leftover from solution
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
1 parent 6e3b916 commit 0ec0dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packet03-redirecting/xdp_prog_kern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ static __always_inline int ip_decrease_ttl(struct iphdr *iph)
177177
return --iph->ttl;
178178
}
179179

180-
/* Solution to packet03/assignment-4 */
180+
/* Assignment 4: Complete this router program */
181181
SEC("xdp_router")
182182
int xdp_router_func(struct xdp_md *ctx)
183183
{

0 commit comments

Comments
 (0)