]> git.proxmox.com Git - ovs.git/commit
atlocal: Document find_l7_lib()
authorYi-Hung Wei <yihung.wei@gmail.com>
Wed, 23 Aug 2017 00:52:30 +0000 (17:52 -0700)
committerJoe Stringer <joe@ovn.org>
Wed, 23 Aug 2017 23:26:45 +0000 (16:26 -0700)
commit40e28d1323fdbc4dcaf71cc1ac96af921646e40d
tree4b4da6b3207561e3b9e11d2e1202468e6f330c96
parentb7ab73163cc88919b8e2a2164add198a09f81017
atlocal: Document find_l7_lib()

When a system traffic is skipped due to 'HAVE_FTP = no' or
'HAVE_TFTP = no', it takes some effort to figure out it is due to
missing the required python library. Add some comments around the
find_l7_lib(), so that user can figure that out by
$ git grep HAVE_FTP.

Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
tests/atlocal.in