From a1a425f882b1b188edfbe4c0f44e1f30f491015a Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 18 Aug 2005 21:39:57 +0000 Subject: [PATCH] Always put rj45 node in promiscous mode - previously it wouldn't receive any packets for virtual MAC addresses. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- rj45.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rj45.tcl b/rj45.tcl index 7a5bccb..7628ca5 100755 --- a/rj45.tcl +++ b/rj45.tcl @@ -44,7 +44,7 @@ proc $MODULE.layer {} { proc $MODULE.instantiate { eid node } { set ifname [getNodeName $node] - nexec ifconfig $ifname up + nexec ifconfig $ifname up promisc return } -- 2.39.5