1. 20 Oct, 2014 1 commit
  2. 16 Oct, 2014 1 commit
  3. 09 Oct, 2014 6 commits
  4. 06 Oct, 2014 1 commit
  5. 03 Sep, 2014 1 commit
  6. 02 Sep, 2014 1 commit
  7. 26 Aug, 2014 1 commit
  8. 20 Aug, 2014 1 commit
    • Julien Muchembled's avatar
      Do not fail on unexpected 'route_up' notifications from OpenVPN clients · d7d7b425
      Julien Muchembled authored
      This fixes the following error:
      
        TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
        Traceback (most recent call last):
          File "/usr/sbin/re6stnet", line 438, in main
            tunnel_manager.handleTunnelEvent(read_pipe.readline())
          File "/usr/lib/python2.7/dist-packages/re6st/tunnel.py", line 389, in handleTunnelEvent
            m(*args)
          File "/usr/lib/python2.7/dist-packages/re6st/tunnel.py", line 412, in _ovpn_route_up
            self._connection_dict[prefix].connected()
          File "/usr/lib/python2.7/dist-packages/re6st/tunnel.py", line 76, in connected
            i = self._retry - 1
      
      What happened is probably that a route_up notification was received just before
      killing/recreating the connection for the same node, and then process twice
      the same OpenVPN notification: in this case, the first was for a previous
      connection and should have been ignored.
      d7d7b425
  9. 31 Jul, 2014 2 commits
  10. 29 Jul, 2014 2 commits
  11. 22 Jul, 2014 1 commit
  12. 18 Jul, 2014 2 commits
  13. 16 Jul, 2014 2 commits
  14. 12 Jul, 2014 1 commit
  15. 11 Jul, 2014 3 commits
  16. 10 Jul, 2014 1 commit
  17. 07 Jul, 2014 1 commit
  18. 03 Jul, 2014 1 commit
  19. 02 Jul, 2014 2 commits
  20. 29 Apr, 2014 1 commit
  21. 20 Feb, 2014 1 commit
  22. 19 Feb, 2014 2 commits
  23. 03 Feb, 2014 1 commit
  24. 01 Feb, 2014 1 commit
    • Julien Muchembled's avatar
      Disable clean up of unused tap interface · d46b09e1
      Julien Muchembled authored
      Current implementation is too aggressive and after some time, babeld stops
      working properly, with log full of:
      
        setsockopt(IPV6_JOIN_GROUP): Cannot allocate memory
        setsockopt(IPV6_LEAVE_GROUP): Cannot assign requested address
      d46b09e1
  25. 16 Jan, 2014 1 commit
  26. 23 Dec, 2013 1 commit
  27. 25 Nov, 2013 1 commit