[Javanetsim-cvs] javaNetSim/core CommandProcessor.java,1.31,1.32
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2008-10-23 17:09:12
|
Update of /cvsroot/javanetsim/javaNetSim/core In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29132/core Modified Files: CommandProcessor.java Log Message: RIP gui was deleted Index: CommandProcessor.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/CommandProcessor.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CommandProcessor.java 22 Oct 2008 21:32:59 -0000 1.31 --- CommandProcessor.java 23 Oct 2008 17:08:27 -0000 1.32 *************** *** 224,228 **** commands.addDescription("router","Enable a routing process"); commands.add("router rip", router_rip_Command, "Routing Information Protocol (RIP)"); ! commands.add("router rip network", router_rip_network_Command, "Routing Information Protocol (RIP)"); commands.addDescription("show","Show running system information"); --- 224,228 ---- commands.addDescription("router","Enable a routing process"); commands.add("router rip", router_rip_Command, "Routing Information Protocol (RIP)"); ! commands.add("router rip network", router_rip_network_Command, "Add network/interface for RIP"); commands.addDescription("show","Show running system information"); |