vpp icon indicating copy to clipboard operation
vpp copied to clipboard

Fix crash when setting IPFIX collector

Open amartin-git opened this issue 3 years ago • 1 comments

vlib_cli_output was crashing when calling format_ip4_address. Passing the correct parameters fixes this. Also, added the collector port to the output.

amartin-git avatar Dec 21 '21 20:12 amartin-git

Thank you so much for your interest! VPP actually takes patches at https://gerrit.fd.io/

git clone https://gerrit.fd.io/r/vpp

I would then recommend using git review to contribute patches.

edwarnicke avatar Mar 14 '22 13:03 edwarnicke