]> git.proxmox.com Git - mirror_iproute2.git/commit
geneve: support for modifying geneve device
authorGirish Moodalbail <girish.moodalbail@oracle.com>
Wed, 26 Jul 2017 02:11:43 +0000 (19:11 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 27 Jul 2017 18:22:50 +0000 (11:22 -0700)
commitc2a85c3bcd83ca0272bb4805cb5a315f282c4534
tree7030722843bbf6b04541f196ac6200d0bb5c1950
parent95ae9a4870e7dbf6a01c894da5aec146b59c0486
geneve: support for modifying geneve device

Ability to change geneve device attributes was added to kernel through
commit 5b861f6baa3a ("geneve: add rtnl changelink support"), however one
cannot do the same through ip-link(8) command.  Changing the allowed
geneve device attributes using 'ip link set <geneve_name> type geneve id
<geneve_id> <allowed_attributes>' currently fails with 'operation not
supported' error.  This patch adds support for it.

Signed-off-by: Girish Moodalbail <girish.moodalbail@oracle.com>
ip/iplink_geneve.c