Op 17 sep. 2013 om 21:54 heeft Kyle R W Milz het
volgende geschreven:
> tech@,
>
> I was porting over some freebsd kernel code and came across a struct
> rman and some rman_* utility functions, defined in fbsd's sys/rman.h .
>
> Does obsd have an equivalent interface?
It might help if you ex
On 9/17/2013 12:45 AM, Brian Callahan wrote:
On 09/16/13 19:29, Jonathan Matthew wrote:
Here's the rest of the changes required to get ethernet working on the
edgerouter lite, which makes it possible to boot off nfsroot and do
exciting
stuff like build kernels.
- add atphy(4) to configs
- allow
On 09/17/13 13:49, Craig R. Skinner wrote:
On 2013-09-16 Mon 23:28 PM |, Alexander Hall wrote:
sed can do it all. Really.
This is getting beyond me Alexander.
Is sed a mechanism to step away from using file(1) ?
Heh, sorry about that. :)
Nah, it's merely a way to combine `head | grep
tech@,
I was porting over some freebsd kernel code and came across a struct
rman and some rman_* utility functions, defined in fbsd's sys/rman.h .
Does obsd have an equivalent interface?
The patch is extending the rules, so i dont see how it could behave
differently
The original set of percentage is still strange so you have a point.
Unless they expect this behavior (they still end with the good 100% rules)
isn't it possible to round robin this ? with relayd or something else ?
On Tue, 17 Sep 2013, Ivan Popovski wrote:
>Hi
>
>I've been asked, by net admin, to implement pf.conf simplification for
>divert-to rule. Reason is that divert-to is written to support only one
>port per line and because of that there are situations where admins
>must write lot of lines only becaus
Hi
I've been asked, by net admin, to implement pf.conf simplification for
divert-to rule.
Reason is that divert-to is written to support only one port per line
and because of that there are situations where admins must write lot of lines
only because different ports. After looking at pfctl/parse.
On 2013-09-16 Mon 23:28 PM |, Alexander Hall wrote:
>
> sed can do it all. Really.
This is getting beyond me Alexander.
Is sed a mechanism to step away from using file(1) ?
> Notes:
>
> - I separate re_quote() cause I think it can be useful in other places.
> - I think re_quote() is (basic