]> git.entuzijast.net Git - imunes.git/commitdiff
Always put rj45 node in promiscous mode - previously it wouldn't receive
authormarko <marko>
Thu, 18 Aug 2005 21:39:57 +0000 (21:39 +0000)
committermarko <marko>
Thu, 18 Aug 2005 21:39:57 +0000 (21:39 +0000)
any packets for virtual MAC addresses.

Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

rj45.tcl

index 7a5bccb71e66e71b55e5489e89fd440efebd46a7..7628ca546c6c2d5f33f21afb4d1b175cb2a69f7d 100755 (executable)
--- 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
 }