You have been subscribed to a public bug:
If user set protocol to 'any' (using neutron client or horizon) the
CSR1kv device driver sends following request:
{"rules": [{"L4-options": {"dest-port-start": "22"}, "protocol": "tcp",
"sequence
": "100", "destination": "any", "source": "any", "action": "permit"},
{"action": "permit", "source": "any", "destination": "any", "protocol": null,
"sequence": "101"}]}
Notice: "protocol": null,
'null' is not a valid value. According to Reference Guide: A protocol
number or any of the keywords "all", "tcp", "udp", "icmp","ip"
** Affects: neutron
Importance: Undecided
Assignee: Yanping Qu (yanping)
Status: New
--
Cisco CSR1kv device driver should set 'protocol' value to 'all' or to any valid
protocol name.
https://bugs.launchpad.net/bugs/1463777
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp