- 22 Oct, 2016 1 commit
-
-
- 16 Sep, 2016 1 commit
-
-
Franco Fichtner authored
We don't particularly need this code and the utility as netgraph is always attached on load as long as we don't detach and the attach per interface is a custom feature that requires a kernel patch we don't want to keep around for 17.1. Only thing we need to measure is the performance impact of not detaching netgraph. This only pertains to ethernet devices anyway. We do, however, keep interface_netgraph_needed() around for reference as it's harmless by default.
-
- 18 Jul, 2016 1 commit
-
-
Ad Schellevis authored
legacy_interface_stats using the wrong interface name. reference https://github.com/opnsense/core/issues/1014
-
- 16 Jul, 2016 1 commit
-
-
Franco Fichtner authored
-
- 15 Jul, 2016 1 commit
-
-
- 09 Jun, 2016 1 commit
-
-
- 24 May, 2016 1 commit
-
-
Ad Schellevis authored
(interfaces.lib.inc) regression, parse "inet6 2001:470:xxx:xxx::2 --> 2001:470:xxx:xxx::1 prefixlen 128"
-
- 09 May, 2016 1 commit
-
-
Ad Schellevis authored
-
- 28 Apr, 2016 3 commits
-
-
Franco Fichtner authored
While this is a neat milestone, it becomes apparent how convuluted the code path and interface info polling is. Looking at it, the whole interface layer can probably make performance jumps to at least twice the read or reconfigure speed...
-
Franco Fichtner authored
-
Franco Fichtner authored
BTW: 5000 commits on master branch, yay, party!
-
- 07 Apr, 2016 1 commit
-
-
Franco Fichtner authored
o polling is going away o idiomaitic way to enable/disable arp handling o where does ip version prefer really fit in? o unhide checkbox captions, as redundant as they may seem
-
- 19 Mar, 2016 1 commit
-
-
Franco Fichtner authored
-
- 03 Mar, 2016 1 commit
-
-
Ad Schellevis authored
-
- 02 Mar, 2016 2 commits
-
-
Ad Schellevis authored
This reverts commit 85dd1473.
-
Ad Schellevis authored
-
- 24 Feb, 2016 1 commit
-
-
Franco Fichtner authored
-
- 29 Dec, 2015 1 commit
-
-
Franco Fichtner authored
-
- 28 Dec, 2015 3 commits
-
-
Ad Schellevis authored
(legacy) add legacy_interface_details to interfaces.lib.inc, first step in replacing pfSense_get_interface_addresses
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 07 May, 2015 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Has the benefit of delivering a numer of additional statistics.
-
- 06 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 03 May, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 02 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 29 Apr, 2015 1 commit
-
-
Franco Fichtner authored
-
- 28 Apr, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
Most of the stuff it does can be hand-rolled using ifconfig(8). Since these operations are sparse and well-defined, there's no harm in doing them. The added benefit is a quantum leap in transparency and traceability as well as using a script-based language to do string manipulation for the command line as opposed to C-style API fiddling (meaning: it's easier).
-
- 07 Mar, 2015 1 commit
-
-
Franco Fichtner authored
-
- 28 Dec, 2014 1 commit
-
-
Franco Fichtner authored
-
- 10 Dec, 2014 1 commit
-
-
Franco Fichtner authored
Make "src" the implicit "/usr/local" so that nobody can sneak in weird files in the base file system or potentially overwrite them. This is the last time, I swear... :)
-
- 09 Dec, 2014 1 commit
-
-
Franco Fichtner authored
-
- 27 Oct, 2014 1 commit
-
-
Ad Schellevis authored
-