X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbonding%2Fnode.h;fp=src%2Fvnet%2Fbonding%2Fnode.h;h=b046f989f207fa1cecd3b1b1f9e511bbbc607bbf;hb=6865d3c2ac01d78a2f313c4fb3e74cf409328e58;hp=41e945a05f82725c1a6614c29c96dedbb76d4ba4;hpb=63d4d1d6e488d9b985000bdeed0c9c8f6854236a;p=vpp.git diff --git a/src/vnet/bonding/node.h b/src/vnet/bonding/node.h index 41e945a05f8..b046f989f20 100644 --- a/src/vnet/bonding/node.h +++ b/src/vnet/bonding/node.h @@ -157,6 +157,11 @@ typedef struct u8 mode; u8 lb; + /* This flag works for active-backup mode only + and marks if the working port is local numa. */ + u8 is_local_numa; + /* current working sw_if_index in active-bakeup mode. */ + u32 sw_if_index_working; /* the last slave index for the rr lb */ u32 lb_rr_last_index;