lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 Nov 2015 17:26:49 -0700
From:	David Ahern <dsa@...ulusnetworks.com>
To:	Daniel Borkmann <daniel@...earbox.net>, stephen@...workplumber.org
Cc:	ast@...nel.org, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 -next 3/5] {f,m}_bpf: allow for user-defined
 object pinnings

On 11/26/15 5:58 AM, Daniel Borkmann wrote:
> diff --git a/include/utils.h b/include/utils.h
> index 5902a98..e830be6 100644
> --- a/include/utils.h
> +++ b/include/utils.h
> @@ -40,6 +40,10 @@ extern bool do_all;
>   #define IPSEC_PROTO_ANY	255
>   #endif
>
> +#ifndef CONFDIR
> +#define CONFDIR		"/etc/iproute2"
> +#endif
> +
>   #define SPRINT_BSIZE 64
>   #define SPRINT_BUF(x)	char x[SPRINT_BSIZE]
>
> diff --git a/lib/rt_names.c b/lib/rt_names.c
> index e87c65d..3968c76 100644
> --- a/lib/rt_names.c
> +++ b/lib/rt_names.c
> @@ -22,10 +22,7 @@
>   #include <linux/rtnetlink.h>
>
>   #include "rt_names.h"
> -
> -#ifndef CONFDIR
> -#define CONFDIR "/etc/iproute2"
> -#endif
> +#include "utils.h"
>
>   #define NAME_MAX_LEN 512
>

seems like an unrelated change.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists