commit | a0efab67aeb9406e30b6a19dd6dd335e24f6bd66 | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Tue Nov 07 16:33:09 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 10 14:39:53 2017 +0900 |
tree | 66dfb5c85c3238d5735a341a34a1064d33517a29 | |
parent | dd9d598c6657e2d2eed4497ff2c5d744015201dc [diff] |
ip_gre: add the support for i/o_flags update via ioctl As patch 'ip_gre: add the support for i/o_flags update via netlink' did for netlink, we also need to do the same job for these update via ioctl. This patch is to update i/o_flags and call ipgre_link_update to recalculate these gre properties after ip_tunnel_ioctl does the common update. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: William Tu <u9012063@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>