Fixes a regression in my previous commit.
IP aliases can be used with CARP vhids too.
Reported by: PiBaTicket: #8393
Merge pull request #3915 from cxcv/proxyarp
Merge pull request #3916 from robjarsen/tweak/cf-spelling
Merge pull request #3919 from PiBa-NL/20180329-copyright-showonce
Fixes a bug where an IP alias on loopback interface is not initialized at boot.
A recent change changed the IP alias setup to only happen on enabled interfaces. As the loopback interfaces do not have the enabled flag on config there are being skiped.
While here reduce some duplicate code and apply the same rules for VIPs and IP aliases....
copyright, show only when changed md5 changed
Move copyright notice to /conf
Fix copyright typo
Further copyright updates
Revisions to copyright text
Rename RCC-DFF to SG-2220
Change reported version to installed version rather than product version for more detail
Simplify copyright notice display
Update obsoleted files
Make copyright notice downloadable from serverTrigger cpyright notice on completion of setup wizard
Bump up the XML config version.
missed a few
Change CloudFlare to Cloudflare
This commit also includes misc. whitespace removal on the affected files.
fixed code style
avoid firwall rules for proxyarp addresses
Bump version to 2.4.4-DEVELOPMENT
Revise picture widget to store image on file system, not in XML config
Make our rc ready for recently introduced exit code in fsck
Inspired by: https://svnweb.freebsd.org/base?view=revision&revision=331015
Apply microcode update on boot
Add a placeholder for a factory update.
Fix #8208
When restoring backup, delete packages not present in new config.xml
Ticket #8208
When restoring backup, set default pkg repository
When restoring backup, do not call pfSense-upgrade on boot
Do not call get_pkg_info() when it's not going to be used
Respect default repo
Deduplicate build_repo_list() and get_repo_name()
Fix one more IGMP ref. Fixes #8356
Correct variable reference for IGMP proxy enable in upgrade code. Fixes #8356
Merge pull request #3911 from PiBa-NL/20180304-igmp-disable
Add sanity check to rule passing out from host to ensure it does not have a blank destination subnet. Fixes #8360
igmp, Add option to disable the igmp service, bump global.inc version
igmp, Add option to disable the igmp service
Fix quoting on rc.bootup conf_path changes
Force the configuration reload after the initial interface assignment.
Also, always save the assign_complete status.
Fix the loader settings for the console on SG-2320 and SG-2340.
Replace some hardcoded paths.
Add missing firewall rule tracker info to automatically generated rules. Fixes #8353
Add tracking to enableallowallwan and change to single rule. Ticket #8353
Add tracker ID to firewall rule list and edit page. Implements #8348
Fix #7972
Rework the way Captive Portal vouchers are synchronized on HA:
- When voucher use is enabled on primary, do the same on secondary- When voucher rolls are created/modified/deleted, sync to secondary- When voucher is used, disconnected or expired, sync it in both...
Rename the variables on the rest of DHCP functions.
Remove some dead code, rename variables.
This function is not consumed only by WAN, so use more neutral names to avoid any assumptions.
Fix my broken code, continue would not work from another loop.
Filter vm.pmap.pti entries on loader.conf when necessary.
https://forum.pfsense.org/index.php?topic=144390.msg786182#msg786182
Add GUI support to display and set the PTI state.
Merge pull request #3892 from al-right/master
Merge pull request #3907 from phil-davis/auth-server-test-output-01
Do not wipe the existing file contents. Return the actual data.
Fix the variable name.
Pointy-hat to: me
Report correct auth server host when testing LDAP auth server
Fix #7469
Sort users / groups alphabetically on config.xml
Be more verbose about users/groups sync
Remove duplicate entries on loader.conf and loader.conf.local.
Update the copyright year in a couple of missing points.
Break some long lines
Fix #8317
Verify if pipes were created in current system before attempt to removethem
Do no try to lock when file doesn't exist
Implement dry_run mode in captiveportal_free_dnrules()
To be used later on a fix for ticket #8317 just return the arraycontaining pipes to be removed without removing them fromcaptiveportaldn.rules
Fixing filename. Thanks Renato
Allow Dual Stack IPsec P1 interface. Fixes #6886
Allow "Both" to be selected for IPv4/IPv6 on IPsec P1, in the config use both addresses as "left =" if they both exist.Some cases where a single address was assumed (e.g. ping hosts) default to using the first address....
Consider IPv6 for IPsec bypasslan. Fixes #8321
Merge pull request #3905 from pulcov/master
Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Fixed #8322 to accommodate case where no VIPs are defined
Revert "Add cxgbe to ALTQ list. Fixes #8314" Apparently it's not supported by the driver, despite what the man page claims.
This reverts commit 40f2c5d909220dd5aaa23515d25a04916438304d.
Add cxgbe to ALTQ list. Fixes #8314
Fixed #8091 Force Integers in GUIIt will use the ceil() function to always use the ceiling after loading a config.Also onchange of bandwidth will call the ceil function to put in a whole number.
Fix config version # arrising from merging older PR
Merge pull request #3711 from PiBa-NL/20170427-ipsec-multiple-P1-algo
Add DDNS client update option to DHCPv4 configuraiton
Fix #8290
On d9b05eb490a the way aliases containing a mix of IP address and FQDNsworks has changed and all items were added to filterdns to make surethe pf table created would be persistent. The flag $use_filterdns wasbeing set only when the array item used to control didn't exist yet....
Fixed #8226 Check for MAC duplicates
loop through auto pass MAC addresses for duplicatesbefore automatically adding a pass thru.
Silence warnings generated by sysctl to standard error.
Merge pull request #3895 from PiBa-NL/20180106-openvpn-fix-subnet31
Fix dyndns update with gateway group
Fixed #8297 If user has no page permissions it will automatically log them out so they don't get stuck on the logout page
Improve the CARP description.
No functional change.
Merge pull request #3830 from PiBa-NL/20170925-pppoe-on-carpmaster
Fix syntax error in interfaces.inc
Do no configure the virtual IPs if the parent is disabled.
Ticket #6677
off-by-one fix in an error text.
Fixes a bug in primary DHCPD host detection for failover.
Properly detect the master host based on CARP skew at setup time when used with HA.
Merge pull request #3862 from marjohn56/pfsense
fix typos
Merge pull request #6400 from loonylion/master
Merge pull request #3898 from alistair23/alistair/master
Change sshd compression to 'delayed' to match current FreeBSD default. Fixes #8245
Add an update source control to RFC2136 dynamic DNS updates. Implements #8278
Add ospf6d to routing logs.
Merge pull request #3889 from kangtastic/master
Merge pull request #3899 from PiBa-NL/20180111-bootup-step-messages
Merge pull request #3900 from PiBa-NL/20180111-pf-busy
Follow-up to syntax, file order and other changes