[ovs-dev] [PATCH] DESIGN: Fix alignment in table.

Ben Pfaff blp at nicira.com
Mon Mar 26 22:01:34 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 DESIGN |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DESIGN b/DESIGN
index 2112925..ec29e39 100644
--- a/DESIGN
+++ b/DESIGN
@@ -125,8 +125,8 @@ below the table.
                                           MODIFY          DELETE
                              ADD  MODIFY  STRICT  DELETE  STRICT
                              ===  ======  ======  ======  ======
-match on priority           ---    ---     yes     ---     yes
-match on out_port           ---    ---     ---     yes     yes
+match on priority            ---    ---     yes     ---     yes
+match on out_port            ---    ---     ---     yes     yes
 updates flow_cookie          yes    yes     yes
 updates OFPFF_SEND_FLOW_REM  yes     +       +
 honors OFPFF_CHECK_OVERLAP   yes     +       +
-- 
1.7.2.5




More information about the dev mailing list