- 26 May, 2016 27 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
... Ad already annotated a few spots, the whole thing is beyond repair and I dread extending it to PPP and others which has been asked for a few times now. We will have to find another way. To paraphrase Star Trek: He's dead, Jim. The upside is that the cron config items are flushed by default now, later we can remove this as we don't care what is in that unused config section anyway.
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
for example, return all active non virtual interfaces: $interfaces = legacy_config_get_interfaces(array("virtual" => false, "enable" => true));
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
"reserved" names in interfaces leads to converting arrays to arrays in arrays, not easy to solve without the need to change a lot of the legacy code in same run.
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 25 May, 2016 10 commits
-
-
Franco Fichtner authored
whitespace cleanup
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 24 May, 2016 3 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
-