1. 23 Jun, 2023 1 commit
    • Julien Muchembled's avatar
      re6st protocol 8: redistribute default route with src prefix · 6408b7e1
      Julien Muchembled authored
      This fixes default packet redirection when merging multiple re6st
      networks. Nodes will then install multiple default routes for each re6st
      network with the correspond src-prefix.
      
      The changes include:
      
      - redistribute default route with src prefix on gateways
      - remove the now obsolete default option
      - if subtrees is not available in the kernel, delete src prefix from
        the default route and don't advertise the default route to other
        nodes
      - if there is no src prefix in the redistributed default route, add
        one to be retro-compatible with the old gateway behaviour
      6408b7e1
  2. 09 May, 2023 1 commit
  3. 19 Oct, 2022 1 commit
  4. 29 Sep, 2022 1 commit
  5. 27 Sep, 2022 3 commits
  6. 26 Sep, 2022 1 commit
  7. 21 Sep, 2022 1 commit
  8. 29 Aug, 2022 23 commits
  9. 22 Aug, 2022 1 commit
    • zhifan huang's avatar
      test: add unit tests for registry, conf, tunnel · 585d8b95
      zhifan huang authored
      registry: add test for RegistryServer and registryClient,
      testRegistryServer mainly test methods concerned to http rpc request.
      Other methods that call request_dump like getBootStrpPeer is not
      include.
      testRegistryClient test the rpc call with or not with "cn" parameter.
      
      cli.conf: test each situation call the cli conf.
      
      tunnel: add test for BaseTunnelManager, MultGatewayManager
      
      tools is a util cotain method to make cert and ket files
      585d8b95
  10. 10 Aug, 2022 1 commit
  11. 12 May, 2022 1 commit
  12. 05 May, 2022 1 commit
  13. 04 May, 2022 4 commits