
15 Jan
2019
15 Jan
'19
9:58 a.m.
On Thu, Nov 22, 2018 at 10:06 AM Simon Goldschmidt simon.k.r.goldschmidt@gmail.com wrote:
With CONFIG_REGEX enabled, ETHADDR_WILDCARD is set up for up to 10 interfaces (0..9) as the number can only have one digit.
On boards with more than 10 interfaces, this leads to the protection and format checks being absent for eth10addr and above.
Fix this by changing ETHADDR_WILDCARD from "\d?" to "\d*" to allow more than one digit.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Acked-by: Joe Hershberger joe.hershberger@ni.com