From ff2765f15b18555e93f80aec45ec9fc27eb2a8e0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 19 Apr 2010 16:27:56 -0700 Subject: [PATCH] in-band: Remove comment that only a single controller is supported. --- ofproto/in-band.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 82e51c726..aa522de27 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -175,11 +175,6 @@ * problems and amount of processing, we decided to hold off for * the time-being. * - * - Multiple Controllers. There is nothing intrinsic in the high- - * level design that prevents using multiple (known) controllers, - * however, the current implementation's data structures assume - * only one. - * * - Differing Controllers for Switches. All switches must know * the L3 addresses for all the controllers that other switches * may use, since rules need to be set up to allow traffic related -- 2.43.0