1. 01 Nov, 2018 1 commit
  2. 29 Oct, 2018 1 commit
  3. 25 Oct, 2018 7 commits
  4. 23 Oct, 2018 25 commits
  5. 26 Sep, 2018 1 commit
  6. 24 Sep, 2018 1 commit
  7. 18 Sep, 2018 3 commits
  8. 16 Sep, 2018 1 commit
    • Christof Schulze's avatar
      FIX: NO SUCH DEVICE when adding routes · da50f2a3
      Christof Schulze authored
      When adding unreachable routes and setting the RTNH_F_ONLINK flag, a
      device is required to be specified. In Linux kernel 4.16 support for
      this flag was added. Until now it was ignored.
      If RTNH_F_ONLINK is specified while the device is missing, newer kernels
      will respond with No such device.
      The result is:
      * spam in the log file
      * missing routes for both ipv4 and ipv6
      da50f2a3