예제 #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
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
 def test_icmpv6_header_match_runs(self):
     checks.icmpv6_header_match_supported()