コード例 #1
0
def check_icmpv6_header_match():
    result = checks.icmpv6_header_match_supported()
    if not result:
        LOG.error(_LE('Check for Open vSwitch support of ICMPv6 header '
                      'matching failed. ICMPv6 Neighbor Advt spoofing (part '
                      'of arp spoofing) suppression will not work. A newer '
                      'version of OVS is required.'))
    return result
コード例 #2
0
ファイル: sanity_check.py プロジェクト: zdj6373/neutron
def check_icmpv6_header_match():
    result = checks.icmpv6_header_match_supported()
    if not result:
        LOG.error('Check for Open vSwitch support of ICMPv6 header '
                  'matching failed. ICMPv6 Neighbor Advt spoofing (part '
                  'of arp spoofing) suppression will not work. A newer '
                  'version of OVS is required.')
    return result
コード例 #3
0
 def test_icmpv6_header_match_runs(self):
     checks.icmpv6_header_match_supported()
コード例 #4
0
ファイル: test_sanity.py プロジェクト: abhilabh/neutron
 def test_icmpv6_header_match_runs(self):
     checks.icmpv6_header_match_supported()