From fd563cc7f35e598decdbfd6a58bae2f050143b3f Mon Sep 17 00:00:00 2001 From: Karen Schoener Date: Thu, 28 May 2020 16:36:35 -0400 Subject: ldpd: Relay data plane pseudowire status in LDP notification Provide a way for the data plane to indicate pseudowire status (such as: not forwarding, AC failure). On a data plane pseudowire install failure, data plane sets the pseudowire status. Zebra relays the pseudowire status to LDP. LDP includes the pseudowire status in the LDP notification to the LDP peer. Signed-off-by: Karen Schoener --- lib/zclient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/zclient.h') diff --git a/lib/zclient.h b/lib/zclient.h index 4ada064623..e3e929c8d6 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -514,6 +514,7 @@ struct zapi_pw_status { char ifname[IF_NAMESIZE]; ifindex_t ifindex; uint32_t status; + uint32_t pwstatus; }; enum zapi_route_notify_owner { -- cgit v1.2.3