From 6a6de00606089eb1f7bd6a13d6aaf3881e5103a3 Mon Sep 17 00:00:00 2001
From: Mike Hibler <mike@flux.utah.edu>
Date: Tue, 13 Aug 2002 23:56:38 +0000
Subject: [PATCH] add other two interfaces (eth0 control net boxes DONT just
 have two exp interfaces)

---
 tmcd/linux/gated_eth0.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tmcd/linux/gated_eth0.conf b/tmcd/linux/gated_eth0.conf
index c8a048f6de..b217eaa66d 100644
--- a/tmcd/linux/gated_eth0.conf
+++ b/tmcd/linux/gated_eth0.conf
@@ -20,8 +20,9 @@ ospf on {
     };
     area 0.0.0.2 {
         authtype none;
-	# XXX current eth0 control boxes only have 2 experimental IFs
 	interface eth1 { priority 1; };
 	interface eth2 { priority 1; };
+	interface eth3 { priority 1; };
+	interface eth4 { priority 1; };
     };
 };
-- 
GitLab