]> git.ipfire.org Git - thirdparty/iproute2.git/commit
dcb: fully initialize flag table
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 28 Jun 2023 23:31:33 +0000 (16:31 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 28 Jun 2023 23:31:33 +0000 (16:31 -0700)
commit9ef3210bc7dfeaf660b484a1a5a4d591dddf6076
tree9a8064e0386f85bde49490c58de3bd50d7e008c5
parent5e72cc73eb36342efff3de6ac4bcc2fa7a76d465
dcb: fully initialize flag table

And make the flag table const since only used for lookup.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
dcb/dcb_dcbx.c