Update of /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ospf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17647/core/protocolsuite/tcp_ip/ospf
Modified Files:
OSPFhello_packet.java
Log Message:
Index: OSPFhello_packet.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/core/protocolsuite/tcp_ip/ospf/OSPFhello_packet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OSPFhello_packet.java 10 Feb 2006 13:00:57 -0000 1.4
--- OSPFhello_packet.java 10 Feb 2006 15:42:17 -0000 1.5
***************
*** 119,122 ****
--- 119,130 ----
Neighbor.addElement(inRouterID);
}
+ public String GetDesignatedRouter()
+ {
+ return DesignatedRouter;
+ }
+ public String GetbackupDesignatedRouter()
+ {
+ return BackupDesignatedRouter;
+ }
}
|