Hi I am working on openflow specifications 1.0, I want to know about port down feature.
enum ofp_port_config { OFPPC_PORT_DOWN = 1 << 0, /* Port is administratively down. */ Can controller down the physical port of the switch. If yes which portion of the code should I look into. As I have tried to find out this message in the code, But OFPPC10_ALL is used in the code. Can you please tell me actually where the status of port changes. Regards Dinesh
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss