X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Ftest-netflow.c;h=c37eeafe68e5a1fd3509124071cc3f911b4b4457;hb=23ac66053b47ebd56dca0e8a56363012ff6bf11f;hp=5f30c6360dd8afa217d67c979017701d14d400dc;hpb=7393104d1a31b5b256e491ec689cc7358f101280;p=sliver-openvswitch.git diff --git a/tests/test-netflow.c b/tests/test-netflow.c index 5f30c6360..c37eeafe6 100644 --- a/tests/test-netflow.c +++ b/tests/test-netflow.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Nicira Networks. + * Copyright (c) 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,7 +74,7 @@ print_netflow(struct ofpbuf *buf) return; } - printf("rec: "IP_FMT" > "IP_FMT, + printf("seq %"PRIu32": "IP_FMT" > "IP_FMT, ntohl(hdr->flow_seq), IP_ARGS(&rec->src_addr), IP_ARGS(&rec->dst_addr)); printf(", if %"PRIu16" > %"PRIu16,