예제 #1
0
def check_conntrack():
    result = checks.conntrack_supported()
    if not result:
        LOG.error(
            _LE('Cannot run conntrack. Please ensure that it '
                'is installed.'))
    return result
예제 #2
0
def check_conntrack():
    result = checks.conntrack_supported()
    if not result:
        LOG.error('Cannot run conntrack. Please ensure that it '
                  'is installed.')
    return result