[Ryu-devel] [PATCH v3 1/2] topology: pep8 fixes

2016-05-19 Thread evanscottgray
From: Evan Gray Normal pep8 fixes, there were also two instances where I updated a commented LOG.debug to include exc_info=True so that the traceback will be logged instead of relying on the error passed in the except. Signed-off-by: Evan Gray --- ryu/topology/switches.py | 25

[Ryu-devel] [PATCH v3 2/2] topology: ignore cfm packets on packet in

2016-05-19 Thread evanscottgray
From: Evan Gray This commit will allow the host_discovery_packet_in_handler to ignore invalid cfm packets. Ryu will fail to parse cfm packets with an interval of 0 -- We discovered this when one of our systems sent cfm packets with an interval of 0. Signed-off-by: Evan Gray --- ryu/topology/sw

[Ryu-devel] [PATCH v2 1/2] topology: pep8 fixes

2016-05-19 Thread evanscottgray
From: Evan Gray Normal pep8 fixes, there were also two instances where I updated a commented LOG.debug to include exc_info=True so that the traceback will be logged instead of relying on the error passed in the except. Signed-off-by: Evan Gray --- ryu/topology/switches.py | 25

[Ryu-devel] [PATCH v2 2/2] topology: ignore cfm packets on packet in

2016-05-19 Thread evanscottgray
From: Evan Gray This commit will allow the host_discovery_packet_in_handler to ignore invalid cfm packets. Ryu will fail to parse cfm packets with an interval of 0 -- We discovered this when one of our systems sent cfm packets with an interval of 0. Signed-off-by: Evan Gray --- ryu/topology/sw

[Ryu-devel] [PATCH 2/2] topology: ignore cfm packets on packet in

2016-05-18 Thread evanscottgray
From: Evan Gray This commit will allow the host_discovery_packet_in_handler to ignore invalid cfm packets. Ryu will fail to parse cfm packets with an interval of 0 -- We discovered this when one of our systems sent cfm packets with an interval of 0. Signed-off-by: Evan Gray --- ryu/topology/sw

[Ryu-devel] [PATCH 1/2] topology: pep8 fixes

2016-05-18 Thread evanscottgray
From: Evan Gray Normal pep8 fixes, there were also two instances where I updated a commented LOG.debug to include exc_info=True so that the traceback will be logged instead of relying on the error passed in the except. Signed-off-by: Evan Gray --- ryu/topology/switches.py | 25