[ovs-discuss] Port status change

eric lee ericlts at gmail.com
Thu Jan 16 02:04:59 UTC 2014


Hi Dinesh,

1. Please check on the handle_openflow__() function in the "ofproto.c"
about the OFPTYPE_PORT_MOD to handle the request from controller.
2. Please check on the connmgr_send_port_status() function in the
"connmgr.c" to notify controller once the port status get changed.

Best Regards,
Eric Lee


2014/1/15 love you <thunder.love07 at gmail.com>

> 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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20140116/2b34a424/attachment.html>


More information about the discuss mailing list