[FS#4216] ds-lite: Command failed: Invalid argument
OpenWrt Bugs
openwrt-bugs at lists.openwrt.org
Wed Jan 12 03:56:15 PST 2022
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#4216 - ds-lite: Command failed: Invalid argument
User who did this - Marcin Juszkiewicz (hrw)
----------
Some debugs later:
Wed Jan 12 12:53:40 2022 daemon.notice netifd: Orange_DS_lite (8544): _proto_notify(): iface=Orange_DS_lite opts=
Wed Jan 12 12:53:40 2022 daemon.notice netifd: Orange_DS_lite (8544): _proto_notify(): { "action": 0, "ifname": "ds-Orange_DS_lite", "link-up": true, "tunnel": { "mode": "ipip6", "mtu": 1280, "ttl": 64, "local": "2a01:ZZZZ:YYYY:XXXX::1", "remote": "2a01:1000:0:1::9114", "data": { "encaplimit": "ignore" } }, "data": { "firewall": [ { "type": "nat", "target": "ACCEPT" } ] }, "keep": false, "ipaddr": [ { "ipaddr": "192.0.0.2", "ptp": "192.0.0.1" } ], "routes": [ { "target": "0.0.0.0", "netmask": "0" } ], "interface": "Orange_DS_lite" }
Wed Jan 12 12:53:40 2022 daemon.notice netifd: Orange_DS_lite (8544): Command failed: Invalid argument
That's _proto_notify() from /lib/netifd/netifd-proto.sh:
_proto_notify() {
local interface="$1"
local options="$2"
echo "_proto_notify(): iface=$1 opts=$2"
json_add_string "interface" "$interface"
echo "_proto_notify(): $(json_dump)"
ubus $options call network.interface notify_proto "$(json_dump)"
}
I added echo lines to find out what it gets.
----------
More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4216#comment10453
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the openwrt-bugs
mailing list