Update Linode interface settings

Beta Updates Network Helper and default route settings on the Linode.

linode-cli linode interface-settings-update $linodeId \
  --network_helper true \
  --default_route '[{"ipv4_interface_ids": 1}, {"ipv4_interface_ids": 2}]' \
  --default_route '[{"ipv6_interface_ids": 1}

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linode-cli linode interface-settings-update \
  --network_helper true

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linode-cli linode interface-settings-update \
  linode-cli linode interface-settings-update $linodeId \
    --network_helper true \
    --default_route '[{"ipv4_interface_ids": 1}, {"ipv4_interface_ids": 2}]'

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!