On Tue, 25 Jun 2019 12:29:54 +0200 Andrea Claudi <acla...@redhat.com> wrote:
> 'home', 'nodad' and 'mngtmpaddr' options are IPv6-only, but > it is possible to set them on IPv4 addresses, too. This should > not be possible. > > Fix this adding a check on the protocol family before setting > the flags, and print warning messages on error to not break > existing scripted setups. > > Andrea Claudi (3): > ip address: do not set nodad option for IPv4 addresses > ip address: do not set home option for IPv4 addresses > ip address: do not set mngtmpaddr option for IPv4 addresses > > ip/ipaddress.c | 15 ++++++++++++--- > 1 file changed, 12 insertions(+), 3 deletions(-) > Series applied. Thanks