[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-10090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16239896#comment-16239896
 ] 

ASF GitHub Bot commented on CLOUDSTACK-10090:
---------------------------------------------

rhtyd commented on issue #2273: CLOUDSTACK-10090:createPortForwardingRule api 
call accepts 'halt' as …
URL: https://github.com/apache/cloudstack/pull/2273#issuecomment-342044537
 
 
   @mrunalinikankariya can you explain where/how this method is used and if 
putting a hardcoded protocol list can have undesirable effects, for example 
what if not both `tcp,udp` don't need to be port-forwarded.
   
   For merging, this needs to be tested first.
   @blueorangutan package

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> createPortForwardingRule api call accepts 'halt' as Protocol which Stops VR 
> ----------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-10090
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10090
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: mrunalini
>
> When we run the createPortForwardingRule API with input as Protocol as halt 
> the PF rule is added however Halt is executed on VR. Hence the VR is stopped.
> Following entry added to Firewall_Rules table and VirtualRouter went to 
> halt(stopped)
> mysql> select * from firewall_rules where id = 7 
> *************************** 1. row ***************************
> id: 7
> uuid: XXXXXXXXXXXXXXXXXXXXXXXXXXX
> ip_address_id: 13
> start_port: 222
> end_port: 222
> state: Revoke
> protocol: `halt`
> purpose: PortForwarding
> account_id: 2
> domain_id: 1
> network_id: 208
> xid: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
> created: 2017-09-04 04:48:16
> icmp_code: NULL
> icmp_type: NULL
> related: NULL
> type: User
> vpc_id: NULL
> traffic_type: NULL
> display: 1



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to