X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=README-OFTest;h=cdca06d37b1e5d263da43eec8e5c2e60f1edcf26;hb=b4d66748123510980af4a45b96b2eb6cf4f1fcbe;hp=1b8516be54eb60ec88c8c429aa29894866054b03;hpb=81a114e557229fc4f0ced228626ff6f6e632ce6f;p=cascardo%2Fovs.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 ---------------------------