From 7527ad9d108b5607d1331330e6bc79f3656cf24c Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Fri, 28 Sep 2007 14:24:27 +0000
Subject: [PATCH] Patch from Keith Sklower for nortels.

---
 tbsetup/switchmac.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tbsetup/switchmac.in b/tbsetup/switchmac.in
index 62b7458dcc..249018b561 100644
--- a/tbsetup/switchmac.in
+++ b/tbsetup/switchmac.in
@@ -2,7 +2,7 @@
 
 #
 # EMULAB-COPYRIGHT
-# Copyright (c) 2003, 2005 University of Utah and the Flux Group.
+# Copyright (c) 2003, 2005, 2007 University of Utah and the Flux Group.
 # All rights reserved.
 #
 
@@ -196,6 +196,9 @@ SWITCH:
 	if ($switchtype eq "foundry") {
 	    $device = new snmpit_foundry($switch,$debug,$community);
 	}
+	if ($switchtype eq "nortel") {
+	    $device = new snmpit_nortel($switch,$debug,$community);
+	}
     }
 
     #
-- 
GitLab