Skip to content
  1. Mar 28, 2018
  2. Mar 27, 2018
  3. Mar 26, 2018
  4. Mar 23, 2018
  5. Mar 22, 2018
  6. Mar 20, 2018
  7. Mar 19, 2018
  8. Mar 18, 2018
  9. Mar 17, 2018
  10. Mar 16, 2018
  11. Mar 15, 2018
  12. Mar 12, 2018
  13. Mar 11, 2018
    • Jo-Philipp Wich's avatar
      luci-base: fix parsing of ethers(5) · 62630fbf
      Jo-Philipp Wich authored
      
      
      The /etc/ethers file may contain any number of white space characters
      between the mac address and the IP/hostname field, so extend the pattern
      to allow for that.
      
      Man ethers(5) also states that the IP field may be a symbolic hostname,
      so test whether the name is an IP address or hostname before adding it
      to the hints structure.
      
      Fixes #1674.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      62630fbf