Update of /cvsroot/javanetsim/javaNetSim/core
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11513/core
Modified Files:
Node.java
Log Message:
routing table import was fixed
Index: Node.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/Node.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Node.java 3 Jan 2009 00:53:11 -0000 1.32
--- Node.java 2 Oct 2009 16:37:24 -0000 1.33
***************
*** 596,600 ****
public void execCmd(String cmd){
! System.out.println("WRANING: Cannot execute " + cmd + " for " + getName() + ".");
}
--- 596,600 ----
public void execCmd(String cmd){
! System.out.println("WARNING: Cannot execute " + cmd + " for " + getName() + ". This device not support configuration management.");
}
|