X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=README-OFTest;h=cdca06d37b1e5d263da43eec8e5c2e60f1edcf26;hb=ac60863f78e412004c5b69f5a64a49bc6f0bc46d;hp=1b8516be54eb60ec88c8c429aa29894866054b03;hpb=85606e05b691be7c2f2d4bcf0e91170b71ec8fbb;p=sliver-openvswitch.git diff --git a/README-OFTest b/README-OFTest index 1b8516be5..cdca06d37 100644 --- a/README-OFTest +++ b/README-OFTest @@ -50,6 +50,13 @@ default) and enable verbose logging: make check-oftest OFT= OFTFLAGS='--verbose -T basic.Echo' +If you use OFTest that does not include commit 4d1f3eb2c792 (oft: +change default port to 6653), merged into the OFTest repository in +October 2013, then you need to add an option to use the IETF-assigned +controller port: + + make check-oftest OFT= OFTFLAGS='--port=6653' + Interpreting OFTest Results ---------------------------