]> git.proxmox.com Git - mirror_iproute2.git/commit
iplink_geneve: Add DF configuration
authorStefano Brivio <sbrivio@redhat.com>
Thu, 8 Nov 2018 11:21:26 +0000 (12:21 +0100)
committerDavid Ahern <dsahern@gmail.com>
Fri, 9 Nov 2018 16:51:47 +0000 (08:51 -0800)
commit64dbd03ea1266ebfb693d2e0805e366255f35f47
treed0a309f09e703638b33d174e9b7b3a869ddf9374
parent3d98eba4fe369460d13a53eab1b1792d7ffa6cf5
iplink_geneve: Add DF configuration

Allow to set the DF bit behaviour for outgoing IPv4 packets: it can be
always on, inherited from the inner header, or, by default, always off,
which is the current behaviour.

v2:
- Indicate in the man page what DF refers to, using RFC 791 wording
  (David Ahern)

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
include/uapi/linux/if_link.h
ip/iplink_geneve.c
man/man8/ip-link.8.in