From: marko Date: Fri, 2 Nov 2007 00:21:04 +0000 (+0000) Subject: ng_socket must be explicitly kldloaded first, now that ngctl X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=6aa593ccd7514f8b41b25d12251aa265444d4d6f;p=imunes.git ng_socket must be explicitly kldloaded first, now that ngctl commands are no longer executing in the default vnet. Bug found by: Submitted by: Reviewed by: Approved by: Obtained from: --- diff --git a/exec.tcl b/exec.tcl index 1675c3a..1009334 100755 --- 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"