]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add dplane_ctx_get|set_flags
authorDonald Sharp <sharpd@nvidia.com>
Mon, 3 Oct 2022 19:28:48 +0000 (15:28 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 12 Dec 2022 15:44:57 +0000 (10:44 -0500)
commit10388e99c490f4a3d76586d14ce13ac039ad43d1
treec84cf6e9e29113c0c53d016d73ce41e3412d9444
parentc7f0429e813e01b697c7779cd5e3bada5f692446
zebra: Add dplane_ctx_get|set_flags

Zebra needs the ability to pass this data around.
Add it to the dplanes ability to pass.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra: Add a dplane_ctx_set_flags

The dplane_ctx_set_flags call is missing, we will need it.  Add it.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zebra_dplane.c
zebra/zebra_dplane.h