diff --git a/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc b/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc index 4c10c4de077..c388cccc547 100644 --- a/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc +++ b/src/vnsw/agent/vrouter/ksync/forwarding_class_ksync.cc @@ -92,7 +92,7 @@ int ForwardingClassKSyncEntry::Encode(sandesh_op::type op, char *buf, int buf_le encoder.set_fmr_rid(0); std::vector id_list; - id_list.push_back((int8_t)id_); + id_list.push_back((int16_t)id_); encoder.set_fmr_id(id_list); std::vector dscp_list;