Fix the rc.carpmaster and rc.carpbackup scripts.
Now, they look for main CARP IP and IP aliases running on supplied vhid.
Make link_interface_to_vips() also return the IP aliases on the specified vhid.
Fix indent
Use high level functions
Initialize variables correctly
1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.
Merge branch 'master' of github.com:dennypage/pfsense
Fixes the handling of MTU with VLANs and PPPoE.
Ticket #5857
Makes get_real_interface() work with VLAN too.
This makes get_parent_interface() safe to use with VLANs.
Write_Config Function Notes Update
Add write_config_only input arg to write_config function notes.
Skip configuring dhcpdv6 when the interface doesn't have a valid subnet (like track6 where PD hasn't been obtained). Ticket #3029
View revisions
Also available in: Atom