.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH EUCA-CREATE-NETWORK-ACL-ENTRY "1" "March 2016" "euca2ools 3.3" "User Commands" .SH NAME euca-create-network-acl-entry \- Create a new entry in a VPC network ACL .SH SYNOPSIS euca\-create\-network\-acl\-entry \fB\-n\fR INT (\fB\-\-allow\fR | \fB\-\-deny\fR) \fB\-r\fR CIDR .TP [\-P PROTOCOL] [\-\-egress] [\-p RANGE] [\-t TYPE:CODE] [\-\-show\-empty\-fields] [\-U URL] [\-\-region USER@REGION] [\-I KEY_ID] [\-S KEY] [\-\-security\-token TOKEN] [\-\-debug] [\-\-debugger] [\-\-version] [\-h] NACL .SH DESCRIPTION Create a new entry in a VPC network ACL .SS "positional arguments:" .TP NACL ID of the network ACL to add the entry to (required) .SS "optional arguments:" .TP \fB\-n\fR INT, \fB\-\-rule\-number\fR INT rule number for the new entry (required) .TP \fB\-\-allow\fR make the new entry allow the traffic it matches .TP \fB\-\-deny\fR make the new entry block the traffic it matches .TP \fB\-r\fR CIDR, \fB\-\-cidr\fR CIDR CIDR address range the entry should affect (required) .TP \fB\-P\fR PROTOCOL, \fB\-\-protocol\fR PROTOCOL protocol the entry should apply to (default: all) .TP \fB\-\-egress\fR make the entry affect outgoing (egress) network traffic (default: affect incoming (ingress) traffic) .TP \fB\-p\fR RANGE, \fB\-\-port\-range\fR RANGE range of ports (specified as "from\-to") or a single port number (required for tcp and udp) .TP \fB\-t\fR TYPE:CODE, \fB\-\-icmp\-type\-code\fR TYPE:CODE ICMP type and code (specified as "type:code") (required for icmp) .TP \fB\-\-show\-empty\-fields\fR show empty values as "(nil)" .TP \fB\-U\fR URL, \fB\-\-url\fR URL compute service endpoint URL .TP \fB\-\-region\fR USER@REGION region and/or user names to search when looking up config file data .HP \fB\-I\fR KEY_ID, \fB\-\-access\-key\-id\fR KEY_ID .HP \fB\-S\fR KEY, \fB\-\-secret\-key\fR KEY .HP \fB\-\-security\-token\fR TOKEN .TP \fB\-\-debug\fR show debugging output .TP \fB\-\-debugger\fR launch interactive debugger on error .TP \fB\-\-version\fR show the program's version and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit