Ticket #2627. Just pass the array over no need to traverse it
Fixes #2627. When an interface goes down try to shut the RAs and dhcpd6 service on that interface
Avoid recursion of convert_real_interface_to_friendly_interface_name with get_parent and on linkup of parent interface properly configure especially useful on ppp type links
Merge pull request #960 from stilez/patch-4
Tighten is_validaliasname()
Be friendly to memory
Fix problem with the voucher synching that was introduced during conversion to zones
is_validaliasname() treats "empty string" as a valid alias name, it probably shouldn't.
I suspect it also should not allow purely numeric names ('53'), or pure underscore ('_'), or reserved port names ('tcp', 'http'), as valid alias names for other things. Too much risk of issue/ambiguity which isn't helpful in a router/security device, and no obvious upside to it....
Rather than having issues with not started radvd try to start radvd to discover by itself the prefix on the interface by using the special directive :: on the prefix declaration. Related to many tickets and forum posts
Correct obvious bug in IPv6.inc
s/PEAR.php/PEAR.inc/
View revisions
Also available in: Atom