Skip to content

example command to create tunnel doesn't seem to be correct syntax? #3

@bmullan

Description

@bmullan

Is this example command correct?

python3 tunnel_manager.py --tunnel-type vxlan create --vni 100 --src-host 10.0.0.1 --dst-host 10.0.0.2 --bridge-name br0

but it gives syntax errors:

# python3 tunnel_manager.py --tunnel-type vxlan create --vni 100 --src-host 10.0.0.1 --dst-host 10.0.0.2 --bridge-name br0

usage: tunnel_manager.py [-h] [--tunnel-type {vxlan,geneve}] [--bridge-tool {ip,brctl}] {create,cleanup,validate,list} ...
tunnel_manager.py: error: argument --tunnel-type: invalid choice: <TunnelType.VXLAN: 'vxlan'> (choose from 'vxlan', 'geneve')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions