weizhouapache commented on issue #3678: vpc: fix acl rule with protocol number 
is not applied correctly in vpc vr
URL: https://github.com/apache/cloudstack/pull/3678#issuecomment-553306941
 
 
   @andrijapanicsb 
   I have tested in a virtual router, it gives the same result, only 
tcp/udp/dccp/sctp support dport.
   
   ```
   root@r-597-VM:~# for i in `seq 0 142`;do iptables -I ACL_INBOUND_eth2 -p $i 
--dport 1000 -j ACCEPT >/dev/null 2>&1;if [ "$?" == "0" ];then echo $i;fi;done
   6
   17
   33
   132
   ```
   https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml

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


With regards,
Apache Git Services

Reply via email to