Add NULL check to wireless functions.
The old interface_translate_type_to_real function used previously would return OPTXif it was passed "OPTX" and OPTX existed but was unassigned, whereas get_real_interface returns NULL, so now wecheck for NULL.
I think this is supposed to be get_real_interface too, not get_parent.
Revert if I mis-understood.
Change name of function "interface_translate_type_to_real" to match what it's doing (or should be doing.)
Next commits will change functionality of this function because before nowit's identical to "get_real_interface" function (because of bug mentioned below.)...
Resolves #1216. Do not create nat entries on ovpn interfaces.
Actually send a notice even if no default queue could not be found. This might be serious in some cases.
Do not put the queue config on the rules if there is no default queue, just log it. This prevents errors in rules loading which is worse than having no shaper.
Log the errors we know for not allowing a queue to be added.
Add the npt tag which is used by the IPv6 tree to the 2.0 mainline tree.This prevents a config blowup when a ipv6 config loads on 2.0.
it's 2011
We don't want to detach netgraph nodes from interfaces that are used byany PPPoE/PPTP/L2TP configurations.
View revisions
Also available in: Atom