Cisco CSR1kv FWaaS driver should use 'l4-options' keyword instead of 'L4-option'
Bug #1463774 reported by
Nikolay Fedotov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-cisco |
New
|
Undecided
|
Unassigned | ||
neutron |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
CSR1kv REST API has been updated a little bit.
Example of POST request for https:/
{"rules": [{"l4-options": {"dest-port-start": "22"}, "protocol": "tcp", "sequence": "100", "destination": "any", "source": "any", "action": "permit"}, {"l4-options": {"src-port-start": "4510", "dest-port-start": "4510"}, "protocol": "udp", "sequence": "101", "destination": "any", "source": "any", "action": "permit"}]}
Notice "l4-options" keyword starts from lower-case letter.
Changed in neutron-fwaas (Ubuntu): | |
assignee: | nobody → Yanping Qu (yanping) |
affects: | neutron-fwaas (Ubuntu) → neutron |
summary: |
- Cisco CSR1kv device driver should use 'l4-options' keyword instead of + Cisco CSR1kv FWaaS driver should use 'l4-options' keyword instead of 'L4-option' |
tags: | added: fwaas |
Changed in neutron: | |
assignee: | Yanping Qu (yanping) → Sean M. Collins (scollins) |
status: | Incomplete → In Progress |
Changed in neutron: | |
assignee: | Sean M. Collins (scollins) → nobody |
Changed in neutron: | |
milestone: | none → liberty-3 |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | liberty-3 → 7.0.0 |
To post a comment you must log in.
Can you confirm that this is something that belongs to the neutron core, rather than the cisco driver?