On Wed, Aug 22, 2012 at 12:20:19AM -0300, Rafael Zalamena wrote:
> I've being working on a project that involves MPLS and OpenBSD, I
> recently started coding and I would really love to get some
> comments/advices about it.
>
> This thread will contain code about the wire(4) pseudo device (RFC4448
On Sun, Aug 26, 2012 at 10:28 AM, Chris Bennett
wrote:
> I have done a fresh checkout of -current src, but I still get:
>
> # ld --verbose | grep randomdata
> PROVIDE (__openbsd_randomdata_start = .);
> .openbsd.randomdata :
> *(.openbsd.randomdata .openbsd.randomdata.*)
> PROVIDE (_
I have done a fresh checkout of -current src, but I still get:
# ld --verbose | grep randomdata
PROVIDE (__openbsd_randomdata_start = .);
.openbsd.randomdata :
*(.openbsd.randomdata .openbsd.randomdata.*)
PROVIDE (__openbsd_randomdata_end = .);
This does not match what is shown unde
> I don't know about you guys, but:
>
> 1) I can recall last octet of an IP address more often than the first,
> 2) I have a lot of machines in the same /24 subnet.
Why not use globbing?
I find search_match_text redundant since search_match_exec has support for
globbing. You can do "*x*" to get t