Ever since i used 'git pull' this context throws an unhandled exception
when i run the app. It still works though.

Is it because of a change in API? I'm not sure what is causing it but it
seems easy to fix. Here is the exceptioin:


hub: uncaught exception: Traceback (most recent call last):
  File "/home/ryu/ryu/ryu/lib/hub.py", line 48, in _launch
    func(*args, **kwargs)
  File "/home/ryu/ryu/ryu/base/app_manager.py", line 110, in _event_loop
    handler(ev)
  File "/home/ryu/ryu/ryu/topology/switches.py", line 553, in
state_change_handler
    self._port_added(port)
  File "/home/ryu/ryu/ryu/topology/switches.py", line 498, in _port_added
    port.dpid, port.port_no, port.hw_addr, self.DEFAULT_TTL)
  File "/home/ryu/ryu/ryu/topology/switches.py", line 391, in lldp_packet
    pkt.serialize()
  File "/home/ryu/ryu/ryu/lib/packet/packet.py", line 74, in serialize
    data = p.serialize(self.data, prev)
  File "/home/ryu/ryu/ryu/lib/packet/ethernet.py", line 60, in serialize
    addrconv.mac.text_to_bin(self.src),
  File "/home/ryu/ryu/ryu/lib/addrconv.py", line 27, in text_to_bin
    return self._addr(text, **self._addr_kwargs).packed
  File "/usr/lib/python2.7/dist-packages/netaddr/eui/__init__.py", line
349, in __init__
    self.value = addr
  File "/usr/lib/python2.7/dist-packages/netaddr/eui/__init__.py", line
384, in _set_value
    % (value, self._module.version))
AddrFormatError: address 'f\xd7]\xdca\x02' is not an EUIv48


Thanks for the help.
-- 
El Psy Congroo,
Antonio Añon Brasolin,
Masters Degree Student in Universidade Federal de São Carlos
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to