Skip to content

Commit

Permalink
Document data model support for general IP protocol numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Jerram authored and Neil Jerram committed Apr 27, 2016
1 parent bc6b468 commit 7fed275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/etcd-data-model.rst
Expand Up @@ -339,7 +339,7 @@ Each rule sub-object has the following JSON-encoded structure:
.. code-block:: json
{
"protocol": "tcp|udp|icmp|icmpv6",
"protocol": "tcp|udp|icmp|icmpv6|<number>",
"src_tag": "<tag_name>",
"src_net": "<CIDR>",
"src_ports": [1234, "2048:4000"],
Expand All @@ -354,7 +354,7 @@ The properties in the rules object have the following meaning. All of these
properties are optional:

``protocol``
if present, restricts the rule to only apply to traffic of a specific
if present, restricts the rule to only apply to traffic of a specific IP
protocol.

``src_tag``
Expand Down

0 comments on commit 7fed275

Please sign in to comment.