netifd: vxlan: add most missing boolean options
authorJohannes Kimmel <fff@bareminimum.eu>
Fri, 4 Sep 2020 02:59:42 +0000 (04:59 +0200)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 12 Sep 2020 19:14:03 +0000 (21:14 +0200)
commit11223f5550f7dd8faefb85441065b682be16e61f
tree64ea0204e58faa107fb8afb585b231f9fa9f3451
parent226566b967dc4ef4d83ed7844b8ad746f4306f8d
netifd: vxlan: add most missing boolean options

adds the folloing missing options:
  - learning
  - rsc
  - proxy
  - l2miss
  - l3miss
  - gbp

See ip-link(3) for their meaning.

still missing:
  - external
  - gpe

I'm not sure how to handle them at the moment. It's unclear to me what
IFLA_VXLAN_* value corresponds to the 'external' option and according to
the manpage, gpe depends on it.

Signed-off-by: Johannes Kimmel <fff@bareminimum.eu>
system-linux.c
system.c
system.h