--[[
LuCI - Lua Configuration Interface
-Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
+Copyright 2015 Stanislas Bertrand <stanislasbertrand@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
--[[
-LuCI - Network model - 3G, PPP, PPtP, PPPoE and PPPoA protocol extension
+LuCI - Network model - HSO protocol extension
-Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
+Copyright 2015 Stanislas Bertrand <stanislasbertrand@gmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
local netmod = luci.model.network
-local _, p
-
local proto = netmod:register_protocol("hso")
function proto.ifname(self)