[Javanetsim-cvs] javaNetSim/core/protocolsuite/tcp_ip DHCPC.java, 1.8, 1.9
Status: Beta
Brought to you by:
darkkey
From: QweR <qw...@us...> - 2008-11-02 00:10:36
|
Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12084/core/protocolsuite/tcp_ip Modified Files: DHCPC.java Log Message: some fixes Index: DHCPC.java =================================================================== RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/DHCPC.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** DHCPC.java 24 Oct 2008 16:18:48 -0000 1.8 --- DHCPC.java 2 Nov 2008 00:10:29 -0000 1.9 *************** *** 334,336 **** --- 334,340 ---- return iface; } + + public String getDHCPServer() { + return DHCPServer; + } } |