Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 3
0
 def test_icmpv6_header_match_runs(self):
     checks.icmpv6_header_match_supported()
Ejemplo n.º 4
0
 def test_icmpv6_header_match_runs(self):
     checks.icmpv6_header_match_supported()