commit | eeb78df4063c0b162324a9408ef573b24791871f | [log] [tgz] |
---|---|---|
author | Juntong Deng <juntong.deng@outlook.com> | Mon Mar 04 11:32:08 2024 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 06 12:37:06 2024 +0000 |
tree | 4326e25b136c2c1b74b62da815ca3eea3044a905 | |
parent | edf7468d9a027f7638e22d1ece65d3497294d787 [diff] |
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT Currently getsockopt does not support IP_ROUTER_ALERT and IPV6_ROUTER_ALERT, and we are unable to get the values of these two socket options through getsockopt. This patch adds getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT. Signed-off-by: Juntong Deng <juntong.deng@outlook.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>