Skip to content

Commit

Permalink
Merge "* Change flag type in ksync from uint16_t to uint32_t" into R2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 29, 2015
2 parents c87acd9 + e31bffc commit 0a11b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/vrouter/ksync/nexthop_ksync.cc
Expand Up @@ -662,7 +662,7 @@ int NHKSyncEntry::Encode(sandesh_op::type op, char *buf, int buf_len) {
encoder.set_nhr_vrf(vrf_id_);
encoder.set_nhr_family(AF_INET);
encoder.set_nhr_label(MplsTable::kInvalidLabel);
uint16_t flags = 0;
uint32_t flags = 0;
if (valid_) {
flags |= NH_FLAG_VALID;
}
Expand Down

0 comments on commit 0a11b59

Please sign in to comment.