- 25 May, 2016 4 commits
-
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 24 May, 2016 22 commits
-
-
-
Ad Schellevis authored
Plugins should be able to register new interfaces. The basic idea is to materialize interface settings into the running config, so other services can utilize them in a uniform way. Current hooks for legacy vpns, ipsec and openvpn should move into the same structure, which eliminates current static hooks. The return content of the interface type itself needs to be further refined.
-
Ad Schellevis authored
(trafficshaper) remove unused burst, in freebsd 10.2 it doesn't crash anymore, but doesn't appear to be very useful either. closes https://github.com/opnsense/core/issues/226
-
-
Ad Schellevis authored
-
-
Ad Schellevis authored
-
Ad Schellevis authored
(interfaces.lib.inc) regression, parse "inet6 2001:470:xxx:xxx::2 --> 2001:470:xxx:xxx::1 prefixlen 128"
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
Nothing to gain from clustering too much. The upside is that we've got to clean up the settings for firewall, general and misc considerably.
-
Ad Schellevis authored
(firewall, nat) detect current configured address family, https://github.com/opnsense/core/issues/807
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
(firewall, nat) change default for none to empty, https://github.com/opnsense/core/commit/610013dcf37590350b7e41a32eaaccda08aa09ac#commitcomment-17585636
-
Franco Fichtner authored
... the utmost potential to implode your setup.
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 23 May, 2016 12 commits
-
-
-
Ad Schellevis authored
-
Ad Schellevis authored
Revert "(configd) send received output on script_output type when there is any, closes https://github.com/opnsense/core/issues/951" This reverts commit b3049270.
-
-
Ad Schellevis authored
(legacy) filter_log.inv move convert_real_interface_to_friendly_descr out of parse loop, https://github.com/opnsense/core/issues/672
-
Ad Schellevis authored
(dnsmasq) add custom port option for domain overrides, closes https://github.com/opnsense/core/issues/799
-
Ad Schellevis authored
-
Ad Schellevis authored
(interfaces/dhcpv6 client) add debug option to advanced dhcpv6 client config, closes https://github.com/opnsense/core/issues/859
-
-
Ad Schellevis authored
(firmware) move tooltip to button, apply tooltip for dynamic generated buttons. closes https://github.com/opnsense/core/issues/830
-
Franco Fichtner authored
-
Franco Fichtner authored
Requires fiddling with /etc/fstab, at least that is a file that we never touch. It's harder for installs that need TRIM to be off all the time as the first boot does actually enable it. That means after the install is complete it needs to be CTRL+C'ed and the fstab entry modified before reboot. PR: https://forum.opnsense.org/index.php?topic=3044
-
- 22 May, 2016 2 commits
-
-
Franco Fichtner authored
NPT is a kind of abandoned feature that had a custom kernel patch. I tried to trace the origin through OpenBSD, but their pf(4) since switched away from separate binat rules in the last known form like it is still in FreeBSD. Furthermore, the original GUI commit looks odd in that it tries to push the same traffic downwards that would match in the former line, which acutally points upwards. It's either that or completely zapping the line. For now, repair the rules reload by trying to retain the spirit of what it tries to achieve and wait for further feedback. This late bug report also suggests that virtually nobody uses NPT today since we've had no upstream reports since at least 15.7 was out. PR: https://forum.opnsense.org/index.php?topic=3076.0
-
Ad Schellevis authored
(configd) send received output on script_output type when there is any, closes https://github.com/opnsense/core/issues/951
-