commit | 766ad9f96c4be4366da89427e5974cfdcc26fc5d | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Jun 19 11:36:16 2019 +0300 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Jul 01 15:34:11 2019 +0300 |
tree | 98443e6ecdb1f718499831cb4e591ace9656f711 | |
parent | 7063921e87b3609b13f2d21a0470ea8ef45fb9d1 [diff] |
net: if: Make gateway address in net_if_ipv4_set_gw() const As the function does not modify the parameter, we can make it const. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>