]> git.proxmox.com Git - mirror_iproute2.git/commit
Merge branch 'unify_external' into iproute2-next
authorDavid Ahern <dsahern@gmail.com>
Wed, 24 Jan 2018 18:02:27 +0000 (10:02 -0800)
committerDavid Ahern <dsahern@gmail.com>
Wed, 24 Jan 2018 18:02:27 +0000 (10:02 -0800)
commit68944e6f93296231c5ad4e4b06a9a619760b4754
tree4cc5378e6663f9d01b707a7d02e2b747246e2a4c
parent6517b5c0ac13ac67d2f8f803f9038c96145c4612
parentde54cdd3de596f6b1712a3ede4c712b703c1fee3
Merge branch 'unify_external' into iproute2-next

Serhey Popovych  says:

====================

With this series I want to unify collect metadata
handling in tunnels:

  1) Use "external" name for JSON and non-JSON output.

     Do not *print* any options when tunnel in
     collect metadata mode: gre6 already do
     this, so just apply to others.

  2) Do not *add* any attributes when configuring
     gre tunnel in collect metadata mode.

     Other tunnels (e.g. gre6, iptnl, ip6tnl)
     alredy do that.

This is next step in ipv4 and ipv6 modules
unification to prepare for merge in the future.

Any comments, suggestions and criticism as always
welcome.

v2
  For all tunnels implementing collect metadata
  use "external" keyword for both JSON. Thanks
  to Jiri Benc for detailed explanation.
====================

Signed-off-by: David Ahern <dsahern@gmail.com>