|
|
Protocol holds information related to a specific routing protocol that is supplying information to the RIB.
Protocol (string name, int proto_type, int genid)
| Protocol |
Protocol constuctor
Parameters:
name | the canonical name for the routing protocol. |
proto_type | either IGP or EGP |
genid | the generation id for the protocol (if the protocol goes down and comes up, the genid should be incremented). |
int proto_type ()
| proto_type |
[const]
Returns: the protocol type: either IGP or EGP
const string& name ()
| name |
[const]
Returns: the canonical name of the routing protocol
Generated by: pavlin on possum.icir.org on Wed Dec 11 16:51:00 2002, using kdoc 2.0a54+XORP. |