autoip.js 237 B

12345678910111213141516
  1. 'use strict';
  2. 'require network';
  3. return network.registerProtocol('autoip', {
  4. getI18n: function() {
  5. return _('Avahi IPv4LL');
  6. },
  7. getOpkgPackage: function() {
  8. return 'avahi-autoipd';
  9. },
  10. renderFormOptions: function(s) {
  11. }
  12. });