luci-proto-xfrm: ensure stub function getDevices() returns null
authorPaul Donald <redacted>
Thu, 21 May 2026 20:43:15 +0000 (23:43 +0300)
committerPaul Donald <redacted>
Wed, 27 May 2026 12:49:44 +0000 (15:49 +0300)
Signed-off-by: Paul Donald <redacted>
protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js

index 8003686cba97a93fd5e3e04a47630cd82ca2f480..2e2fb97ea5922161d25b0dcc62699ed185548ed4 100644 (file)
@@ -25,7 +25,7 @@ return network.registerProtocol('xfrm', {
                return true;
        },
 
-       getDevice: function() {
+       getDevices: function() {
                return null;
        },
 
git clone https://git.99rst.org/PROJECT