1. 20 12月, 2018 5 次提交
  2. 04 12月, 2018 1 次提交
  3. 25 5月, 2018 2 次提交
  4. 22 2月, 2018 1 次提交
    • G
      radius: add support for route priority (metric) in Framed-Route · 8ab2f623
      Guillaume Nault 提交于
      Let an optional route priority (aka metric) be defined in RADIUS
      Framed-Route attributes.
      The priority is an integer placed at the end of the route string. This
      is backward compatible with the previous format and also conforms with
      the recommended format defined by RFC 2865 (although we don't allow
      multiple metrics).
      
      Framed-Route format is:
      <network> [<gateway> [<priority>]]
      
      For example, 'Framed-Route = "192.0.2.0/24 203.0.113.1 8"' will let
      the following route be installed (assuming 203.0.113.1 is routed
      through eth0):
      $ ip route show
      [...]
      192.0.2.0/24 via 203.0.113.1 dev eth0 metric 8
      
      It's possible to use the unspecified gateway (0.0.0.0) if one wants to
      set a priority without specifying a gateway address.
      
      Finally, route deletion now also takes the priority into account, in
      order to avoid removing a different route accidentally.
      Signed-off-by: NGuillaume Nault <g.nault@alphalink.fr>
      8ab2f623
  5. 13 1月, 2018 1 次提交
  6. 25 12月, 2017 1 次提交
  7. 25 9月, 2017 1 次提交
  8. 08 12月, 2016 1 次提交
  9. 12 11月, 2016 1 次提交
  10. 11 7月, 2016 1 次提交
    • D
      implemented support for network namespace · e0cca434
      Dmitry Kozlov 提交于
      This is done using radius attribute NAS-Port-Id. The new format of this attribute is NAS-Port-Id=[ns/][name].
      Namespaces must be created malually by "ip netns add ..." command
      e0cca434
  11. 12 4月, 2016 1 次提交
  12. 05 4月, 2016 1 次提交
  13. 04 4月, 2016 1 次提交
  14. 04 1月, 2016 1 次提交
  15. 26 12月, 2015 1 次提交
  16. 18 11月, 2015 1 次提交
  17. 01 12月, 2014 1 次提交
  18. 22 11月, 2014 1 次提交
  19. 28 10月, 2014 1 次提交
  20. 27 10月, 2014 1 次提交
  21. 18 7月, 2014 1 次提交
  22. 26 5月, 2014 1 次提交
  23. 19 1月, 2014 1 次提交
  24. 30 10月, 2013 1 次提交
  25. 01 9月, 2013 2 次提交
  26. 26 7月, 2013 1 次提交
  27. 14 6月, 2013 1 次提交
  28. 26 1月, 2013 1 次提交
  29. 06 9月, 2012 1 次提交
  30. 19 7月, 2012 1 次提交
  31. 15 7月, 2012 1 次提交
  32. 11 7月, 2012 1 次提交
  33. 22 6月, 2012 1 次提交