lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 24 Jan 2018 17:53:42 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     dsahern@...il.com
Cc:     netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
        idosch@...lanox.com, roopa@...ulusnetworks.com
Subject: Re: [PATCH net-next 3/3] net/ipv6: Add support for onlink flag

From: David Ahern <dsahern@...il.com>
Date: Wed, 24 Jan 2018 15:08:39 -0700

> On 1/23/18 8:00 PM, David Ahern wrote:
>> +	tbid = l3mdev_fib_table(dev) ? : RT_TABLE_MAIN;
>> +	if (cfg->fc_table && cfg->fc_table != tbid) {
>> +		NL_SET_ERR_MSG(extack,
>> +			       "Table id mismatch between given table and device");
>> +		return -EINVAL;
>> +	}
>> +
>> +	cfg->fc_table = tbid;
>> +
>> +	return 0;
> 
> This table check is too restrictive for some PBR cases.
> 
> Dave: please drop this set; I'll repost.

Ok.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ