Update of /cvsroot/javanetsim/javaNetSim/guiUI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8407/guiUI
Modified Files:
MainScreen.java
Log Message:
Rout tables almost done! Please test them and send me bugs ;).
Index: MainScreen.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MainScreen.java 26 Nov 2005 16:48:25 -0000 1.13
--- MainScreen.java 1 Dec 2005 14:54:37 -0000 1.14
***************
*** 3025,3029 ****
String routes[] = Sim.getRouteTableEntries(inNodeName);
! this.addToConsole("IP routing table:\n" + "Destination" + "\t" + "Gateway" + "\t" + "Genmask" + "\t" + "Type" + "\t" + "Iface");
for(int i=0; i<routes.length - 1; i++){
--- 3025,3029 ----
String routes[] = Sim.getRouteTableEntries(inNodeName);
! this.addToConsole("IP routing table:\n" + "Destination" + "\t" + "Gateway" + "\t" + "Genmask" + "\t" + "Type" + "\t" + "Iface\n");
for(int i=0; i<routes.length - 1; i++){
|