bfd: Use htonll() instead of htonl() for tunnel ID constant.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Jul 2013 17:06:27 +0000 (10:06 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Jul 2013 17:35:55 +0000 (10:35 -0700)
commitf645ee9cdd394eafd9f69c07ef4ad886b3a100cd
treedc3cf53cf0999c6c67dd448e680918643c4902bc
parentee5ce4915b09ba9fa63ac17224bab8dccb039bb2
bfd: Use htonll() instead of htonl() for tunnel ID constant.

This is not a real bug, since htonl(0) and htonll(0) have the same value
although not the same type.

Found by sparse.

CC: Pavithra Ramesh <paramesh@vmware.com>
CC: Ethan Jackson <ethan@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bfd.c