Fix printing of IP addresses in ofp_print_action().
authorBen Pfaff <blp@nicira.com>
Thu, 20 Nov 2008 18:07:22 +0000 (10:07 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 20 Nov 2008 18:07:22 +0000 (10:07 -0800)
commitcd120a03be4d48a6a95fc6a20642cf0084d6563f
treee901ec247d1b842c269019d8455ba3e1d4755645
parentdd373c4f79ecdd78b1b4f2afab86f0ba9bc5eeb4
Fix printing of IP addresses in ofp_print_action().

IP_ARGS takes a pointer, not a raw IP address.

Thanks to kk yap for reporting the problem.
lib/ofp-print.c