]> git.entuzijast.net Git - imunes.git/commitdiff
ng_socket must be explicitly kldloaded first, now that ngctl
authormarko <marko>
Fri, 2 Nov 2007 00:21:04 +0000 (00:21 +0000)
committermarko <marko>
Fri, 2 Nov 2007 00:21:04 +0000 (00:21 +0000)
commands are no longer executing in the default vnet.

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

exec.tcl

index 1675c3a94e093ef65ee54ea0c5010d73bcb893c7..100933432a14c5cc4cbb2377485f3aab83f82f1c 100755 (executable)
--- a/exec.tcl
+++ b/exec.tcl
@@ -1,4 +1,4 @@
-# $Id: exec.tcl,v 1.63 2007/11/01 21:51:48 marko Exp $
+# $Id: exec.tcl,v 1.64 2007/11/02 00:21:04 marko Exp $
 
 # Copyright 2004, 2005 University of Zagreb, Croatia.  All rights reserved.
 #
@@ -523,6 +523,7 @@ proc deployCfg {} {
     catch { nexec kldload ng_pipe }
     catch { nexec kldload ng_hub }
     catch { nexec kldload ng_bridge }
+    catch { nexec kldload ng_socket }
 
     foreach node $node_list {
        set node_id "$eid\.$node"