Skip to content

Commit

Permalink
zdtm: Added tests for IP_TTL restore
Browse files Browse the repository at this point in the history
Signed-off-by: rahulk789 <rahul.u.india@gmail.com>
  • Loading branch information
rahulk789 committed Nov 29, 2023
1 parent a849733 commit e33b164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/zdtm/static/sock_ip_opts00.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ struct sk_opt {
struct sk_opt sk_opts_v4[] = {
{ SOL_IP, IP_FREEBIND, IP_OPT_VAL },
{ SOL_IP, IP_PKTINFO, IP_OPT_VAL },
{ SOL_IP, IP_TTL, 32 },
{ SOL_IP, IP_TOS, IPTOS_TOS(IPTOS_THROUGHPUT) },
};

Expand Down

0 comments on commit e33b164

Please sign in to comment.