Skip to content
  1. May 17, 2023
  2. Apr 26, 2023
  3. Apr 11, 2023
  4. Apr 07, 2023
  5. Mar 31, 2023
  6. Mar 24, 2023
  7. Mar 21, 2023
  8. Mar 15, 2023
  9. Mar 01, 2023
    • wazo-community-zuul[bot]'s avatar
      Merge pull request #183 from PJODSTNY/SPA8000-MacPrefix · 9a46bff0
      wazo-community-zuul[bot] authored
      fix : Add new MAC Prefix 70:1f:53 (SPA8000)
      
      New Cisco SPA8000 can come with MAC address prefix 70:1f:53
      Consider adding this block inside linksys.conf dhcp_update file
      subclass "voip-mac-address-prefix" 70:1f:53:a0 {
      if not exists vendor-class-identifier {
      option tftp-server-name = config-option VOIP.tftp-server-name;
      log(concat("[", binary-to-ascii(16, 8, ":", hardware), "] ", "BOOT Linksys PREFIX 70:1f:53:a0"));
      }
      }
      
      Reviewed-by: Alexandre Fournier <None>
      9a46bff0