netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Ahern <dsa@cumulusnetworks.com>
To: Daniel Borkmann <daniel@iogearbox.net>, stephen@networkplumber.org
Cc: ast@kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH iproute2 -next 3/5] {f,m}_bpf: allow for user-defined object pinnings
Date: Fri, 27 Nov 2015 17:26:49 -0700	[thread overview]
Message-ID: <5658F4C9.8090104@cumulusnetworks.com> (raw)
In-Reply-To: <7011752f729c16ef154b25753448365399a26793.1448541097.git.daniel@iogearbox.net>

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.

  reply	other threads:[~2015-11-28  0:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-26 12:58 [PATCH iproute2 -next 0/5] BPF updates Daniel Borkmann
2015-11-26 12:58 ` [PATCH iproute2 -next 1/5] {f,m}_bpf: make tail calls working Daniel Borkmann
2015-11-26 13:10   ` Sergei Shtylyov
2015-11-26 14:40     ` Daniel Borkmann
2015-11-26 12:58 ` [PATCH iproute2 -next 2/5] {f,m}_bpf: check map attributes when fetching as pinned Daniel Borkmann
2015-11-26 12:58 ` [PATCH iproute2 -next 3/5] {f,m}_bpf: allow for user-defined object pinnings Daniel Borkmann
2015-11-28  0:26   ` David Ahern [this message]
2015-11-28  1:41     ` Daniel Borkmann
2015-11-28  6:03       ` David Ahern
2015-11-26 12:58 ` [PATCH iproute2 -next 4/5] {f,m}_bpf: allow updates on program arrays Daniel Borkmann
2015-11-26 12:58 ` [PATCH iproute2 -next 5/5] {f,m}_bpf: add more example code Daniel Borkmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5658F4C9.8090104@cumulusnetworks.com \
    --to=dsa@cumulusnetworks.com \
    --cc=ast@kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).