- 06 Jun, 2017 1 commit
-
-
Ad Schellevis authored
guiconfig.inc, add class to top_tab so we can find them easier, for https://github.com/opnsense/core/issues/1592
-
- 31 May, 2017 11 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
* Plug gateway fixup "feature" into filter_configure_sync(), the only point where it should matter as everything else is GUI trigger-happy disruption. * Discourage the use of the "feature" by moving it into the firewall advanced settings, adding a deprecated note. * Use the new system_default_route() call to avoid code drift.
-
Franco Fichtner authored
As a side-note, IPv6 gateway switching is really discouraged, especially with auto-address configuration techniques... Discussed with: @adschellevis
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 30 May, 2017 2 commits
-
-
Ad Schellevis authored
filter, add "reply-to" to plugin model, disabled by default for bootstrapped rules. needs gateway/gatewayv6 registered in filter.inc before it can actually function.
-
Ad Schellevis authored
filter plugin, work in progress. add systemDefaults to plugin and add disablereplyto tag in there, so we can set this tag globally without having to link the config in the filter parsing logic. This shouldn't hurt our current deployment, it's needed to add "reply-to" parsing in the rule class.
-
- 29 May, 2017 8 commits
-
-
Ad Schellevis authored
missed the pfctl counters in www/widgets/api/plugins/interfaces.inc, for https://github.com/opnsense/core/issues/1662
-
Ad Schellevis authored
regression, missing ipv4 address in get_interfaces_info(), for https://github.com/opnsense/core/issues/1662
-
Franco Fichtner authored
-
-
Ad Schellevis authored
get_interfaces_info() only overwrite status code when reported status in 'active','running' for https://github.com/opnsense/core/issues/1662
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 28 May, 2017 6 commits
-
-
Franco Fichtner authored
-
-
Ad Schellevis authored
interfaces, refactor and rename get_interface_info() to remove most of the performance bottlenecks. for https://github.com/opnsense/core/issues/1662
-
Ad Schellevis authored
interfaces.lib.inc, extend ifconfig parsing in legacy_interfaces_details(), for https://github.com/opnsense/core/issues/1662
-
Franco Fichtner authored
-
-
- 27 May, 2017 5 commits
-
-
Ad Schellevis authored
step one, cleaning up get_interface_info(), move pfctl calls to configd. for https://github.com/opnsense/core/issues/1662
-
-
Ad Schellevis authored
-
-
-
- 26 May, 2017 3 commits
-
-
Ad Schellevis authored
Replace get_configured_ip_addresses() and get_configured_ipv6_addresses() with a more pragmatic approach, both are used to detect if an address is already configured, which gets quite sloppy when having a large number of interface s configured. This change probes all configured interfaces at once, and returns the full list, stripping quite some magic in the process. Because the indexing is changed, we need to change the consumers as well here.
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 25 May, 2017 1 commit
-
-
Franco Fichtner authored
-
- 24 May, 2017 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
rc.recover doesn't work like that then, need to move to /bin/sh. PR: https://forum.opnsense.org/index.php?topic=5213.0
-
Franco Fichtner authored
-