]> git.proxmox.com Git - mirror_iproute2.git/commit - man/man8/ip-link.8.in
iplink_vxlan: Add DF configuration
authorStefano Brivio <sbrivio@redhat.com>
Thu, 8 Nov 2018 11:21:25 +0000 (12:21 +0100)
committerDavid Ahern <dsahern@gmail.com>
Fri, 9 Nov 2018 16:51:12 +0000 (08:51 -0800)
commit3d98eba4fe369460d13a53eab1b1792d7ffa6cf5
treef09360f065fccac5d0e0103419c7e47971cafd21
parent3a7246dce4822b3e04dce3dc3246bcf299de8826
iplink_vxlan: 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_vxlan.c
man/man8/ip-link.8.in