Re: [Ryu-devel] DPID in ryu
Hi, DPID is defined by the OpenFlow switch (or its setting). Ryu gets DPID from switches by using OFPSwitchFeatures messages. You can get DPID in your RyuApp as follow. https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_13.py#L88 Thanks, Iwase On 2016年08月30日 22:34, Aidin Kelki wr
[Ryu-devel] DPID in ryu
Hi guys, Does anyone know how dpid is calculated in ryu? Thanks Best regards AK -- ___ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/l
