Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compiler no longer allows initializing byte array with string. warning: initializer-string for array of ‘unsigned char’ is too long [-Wunterminated-string-initialization] 169 | .vni = "\xff\xff\xff", | ^~~~~~~~~~~~~~ Fixes: 39c8044 ("net/dpaa2: support VXLAN flow matching") Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Ferruh Yigit <[email protected]>
- Loading branch information