kytos / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
1 stars 19 forks source link

Modified interface could show more info about what was modified. #100

Open jab1982 opened 3 years ago

jab1982 commented 3 years ago

When there is a port status change, of_core logs it but it doesn't show the change:

2020-11-16 18:39:42,993 - INFO [kytos.napps.kytos/of_core] (Thread-39545) Modified Interface('novi_port_14', 14, Switch('00:00:00:00:00:00:00:06')) 00:00:00:00:00:00:00:06:14 2020-11-16 18:39:45,512 - INFO [kytos.napps.kytos/of_core] (Thread-39593) Modified Interface('novi_port_14', 14, Switch('00:00:00:00:00:00:00:06')) 00:00:00:00:00:00:00:06:14 2020-11-16 18:41:08,677 - INFO [kytos.napps.kytos/of_core] (Thread-40669) Modified Interface('novi_port_14', 14, Switch('00:00:00:00:00:00:00:06')) 00:00:00:00:00:00:00:06:14 2020-11-16 18:41:09,827 - INFO [kytos.napps.kytos/of_core] (Thread-40715) Modified Interface('novi_port_14', 14, Switch('00:00:00:00:00:00:00:06')) 00:00:00:00:00:00:00:06:14

May we expand it to describe what changed?