This feature will prove useful to close idle sessions in automation workflows.
On mips 24kc, this feature adds 16 bytes to busybox executable,
therefore its effect on image size is negligible.
Two params are needed to enable wifimngr debugging.
1. env IOP_LLA_LIBS_DEBUG=3 #for debugging only
2. stderr 1
Second param is added and commented out by default.
Signed-off-by: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu>
The handling of ifup event in case of snooping config was missing.
Note: ifup event is generated only for l3 interface, so, say ethx is
member of br-y which has proto none. In this case if ethx link goes
down and comes up again, IPTV will not work without a mcast reload.
From the look of it this will be the case in old version as well and
at the moment I don't know how this can be handled but considering this
is a remote scenario in my opinion I don't think the risk is too high.
I would continue to look for a solution ofcourse.
Modifying the lookup method for forwarding multicast packets enables
forwarding on both tagged and untagged upstream interfaces.
I have tested:
- forwarding of traffic in untagged interface.
- forwarding of traffic on tagged interface.
- response to queries in above scenarios by upstream server.
- forwarding of unsolicited joins and leaves to upstream server.
I cannot see a fault at the moment
In order to determine, whether we are developers or not, check the
git-remotes for SSH-URLs instead of checking for the non-existence of
any HTTP-URLs. This fixes dev-mode not being detected properly when
curious devs add other HTTP-remotes such as upstream OpenWRT.
This also makes the check consistent with the check done in the main
"iop" script in the root.
- Supports reassembly of fragmented cmdus
- Dependency on json config file removed
- Support reliable multicast for map cmdus
- Do cleanup on exit
- Memory related fixes