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....
Prepare repos to point to 2.4.3-RELEASE
Revert "Add 2.4.3-RC repo conf"
This reverts commit 29c5272404bdb35a3ac64e6bfcefae02c56e9466.
Ensure the OpenVPN wizard protocol is valid for use in firewall rules. Fixes #8391
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.
Don't read picture file if it does not exist
Add 2.4.3-RC repo conf
Bump version to 2.4.4-DEVELOPMENT
Revise picture widget to store image on file system, not in XML config
Merge branch 'master' of gitlab.netgate.com:pfsense/pfsense
Revise picture widget to store inamge 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
Really fix the typo now.
Fix a typo.
Bump up the default config.xml version.
Add a placeholder for a factory update.
Add cpuctl module to allow updates to the CPU microcode.
Sort the module list.
Fix case where $_POST['if'] == 0 in sprint_info_box()
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 miniupnpd build option name for pf.
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
Sort poudriere_bulk
Enable devel/gdb build
igmp, Add option to disable the igmp service, bump global.inc version
Merge pull request #3910 from PiBa-NL/20180304-fix-log-link
Merge pull request #3909 from luckman212/setup-wiz-patch-1
igmp, Add option to disable the igmp service
fix log link
small addition to augment jim-p's 58a2ba621c390362170aa2e377e4b41c8fdce1c6
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.
Update translation files
Regenerate pot
Merge pull request #3892 from al-right/master
Enable build of net-mgmt/pfSense-pkg-lldpd
Merge pull request #3906 from phil-davis/system_authservers-authentication-containers-01
Merge pull request #3907 from phil-davis/auth-server-test-output-01
Trim domain for learned DNS entries. Ticket #6847
If the CN is already an FQDN on the given domain, this prevents thedomain from being present in the record twice (e.g. host.example.comas a CN leads to records for host.example.com.example.com)
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
Mark authentication containers label as required field
Fix #7469
Sort users / groups alphabetically on config.xml
Be more verbose about users/groups sync
Fix typo
Remove duplicate entries on loader.conf and loader.conf.local.
Update the copyright year in a couple of missing points.
Update the copyright year on login page.
Ticket: #8331
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
Correct variable used to populate the IPv4/IPv6 selector on status_logs_settings.php. Fixes #8323
Fixed #8322 to accommodate case where no VIPs are defined
Enable Arpwatch
Do not apply a DHCP static mapping uniqueness test for hostnames or IP addresses. The DHCP daemon allows the entries to be duplicated provided they have unique MAC addresses or identifiers. Fixes #8220
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....