Esempio n. 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
Esempio n. 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