summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-cni/htdocs/luci-static/resources/protocol/cni.js
blob: 7e2239848542ae2f892c03c2c67c363061aaaa66 (plain)
1
2
3
4
5
6
7
8
'use strict';
'require network';

return network.registerProtocol('cni', {
	getI18n: function () {
		return _('CNI (Externally managed interface)');
	}
});