From 7fed2753b882e1d4a481a69c904677e6cd1651bc Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Wed, 27 Apr 2016 14:28:08 -0500 Subject: [PATCH] Document data model support for general IP protocol numbers --- docs/source/etcd-data-model.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/etcd-data-model.rst b/docs/source/etcd-data-model.rst index c36917934c0..1c2d0819bc0 100644 --- a/docs/source/etcd-data-model.rst +++ b/docs/source/etcd-data-model.rst @@ -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|", "src_tag": "", "src_net": "", "src_ports": [1234, "2048:4000"], @@ -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``