[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip IpV4.java, 1.9, 1.10
Status: Beta
Brought to you by:
darkkey
From: Alexander B. <da...@us...> - 2006-10-26 18:47:42
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23335/core/protocolsuite/tcp_ip Modified Files: IpV4.java Log Message: Index: IpV4.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/IpV4.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** IpV4.java 26 Oct 2006 17:06:11 -0000 1.9 --- IpV4.java 26 Oct 2006 18:47:38 -0000 1.10 *************** *** 305,309 **** r.destIP = "default"; r.gateway = inGatewayIPAddress; ! r.genMask = IPV4Address.getDefaultSubnetMask(inGatewayIPAddress); r.iFace = "eth0"; r.Type = 0; --- 305,309 ---- r.destIP = "default"; r.gateway = inGatewayIPAddress; ! r.genMask = "0.0.0.0"; r.iFace = "eth0"; r.Type = 0; |