From f2929b2021e174820e85479898e7b9bd10693082 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Tue, 4 Oct 2016 09:14:45 +0700 Subject: [PATCH] Fix a typo in documentation remove redundant 'a' Change-Id: I426d92b22d8f6e1e645433024cc9d4e88fd099fb --- doc/source/specs/distributed_dnat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/specs/distributed_dnat.rst b/doc/source/specs/distributed_dnat.rst index b573be3a7..cd2e0988b 100644 --- a/doc/source/specs/distributed_dnat.rst +++ b/doc/source/specs/distributed_dnat.rst @@ -118,7 +118,7 @@ to the floating IP address coming from the external network. after the NAT conversion (IP and MAC) send the packet to the correct patch-port. -4) On br-int, add a a matching flow on in_port (for the patch port), +4) On br-int, add a matching flow on in_port (for the patch port), classify it with the same network as the destination VM (the VM that this floating IP belongs too) and continue the same regular pipeline.