xl: add 'mtu' option to network configuration
authorPaul Durrant <pdurrant@amazon.com>
Tue, 11 Aug 2020 08:02:01 +0000 (09:02 +0100)
committerWei Liu <wl@xen.org>
Thu, 27 Aug 2020 10:04:25 +0000 (10:04 +0000)
commit812c8e01dbb352b93ae93d24cd0df7dee139c290
tree43dd24f5fb27bb0b4f87164aeb5b224b0ac048c6
parentc7c6de0cb9b00efc203790743ef8c37ba113d3ee
xl: add 'mtu' option to network configuration

This patch adds code to parse a value for MTU from the network configuration
if it is present. The documentation in xl-network-configuration.5.pod is
also modified accordingly.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Acked-by: Wei Liu <wl@xen.org>
docs/man/xl-network-configuration.5.pod
tools/xl/xl_cmdtable.c
tools/xl/xl_parse.c