Remove extra space
Improve the matching of carp ints to IPs.Previously this stristr substring match would return incorrect/unexpected results. 10.0.0.1 would also match 10.0.0.16, 10.0.0.135. Adding a space to the IP to check will only match the specific IP given, since it is followed by spaces in the ifconfig output.
Make sure to handle a empty settings array correctly
Add nat rules even for l2tp. While there fix some issues which might produce bad cidr notation for pppoe/l2tp/pptp.
When optimization is "conservative", also increase UDP timeouts. Helps prevent disconnects and drops with some VoIP services.
Use mwexec()
Bring in support for QinQ. At this time it is limited to only 2 levels.
Use -q to hopefully git rid of messages such as: pw: WARNING account 'admin' will have a valid id of 0 (superuser access!)
View revisions
Also available in: Atom