From 93946b3ed75d2d5b55a43c9b5c5df2ca7f0956be Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 12 May 2011 12:08:48 -0700 Subject: [PATCH] ofproto: Fix typo in comment. Reported-by: Ethan Jackson --- ofproto/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/private.h b/ofproto/private.h index 35a6d1c5..16d30d50 100644 --- a/ofproto/private.h +++ b/ofproto/private.h @@ -242,7 +242,7 @@ struct ofproto_class { * after construction is complete. * * ->construct() should initialize the base 'n_tables' member to the number - * of flow tables supported by the datapath (between 1 and 254, inclusive), + * of flow tables supported by the datapath (between 1 and 255, inclusive), * initialize the base 'tables' member with space for one classifier per * table, and initialize each classifier with classifier_init. Each flow * table should be initially empty, so ->construct() should delete flows -- 2.30.2