Diff comments:
> diff --git a/src/parse.c b/src/parse.c
> index 2db2b11..5fecf1d 100644
> --- a/src/parse.c
> +++ b/src/parse.c
> @@ -642,6 +766,7 @@ const mapping_entry_handler ethernet_def_handlers[] = {
> {"gateway4", YAML_SCALAR_NODE, handle_gateway4},
> {"gateway6", YAML_SCALAR_NODE, handle_gateway6},
> {"nameservers", YAML_MAPPING_NODE, NULL, nameservers_handlers},
> + {"routes", YAML_SEQUENCE_NODE, handle_routes},
..sorry, no -- SEQUENCE is right, this must be changed to SEQUENCE in the other
instances below.
> {NULL}
> };
>
--
https://code.launchpad.net/~netplan-developers/netplan/+git/netplan/+merge/312683
Your team Developers of netplan is subscribed to branch netplan:master.
--
Mailing list: https://launchpad.net/~netplan-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~netplan-developers
More help : https://help.launchpad.net/ListHelp