Projet

Général

Profil

OpenvSwitch.rb.patch

Thierry Bertrand, 17/08/2015 08:39

Télécharger (420 octets)

Voir les différences:

modif/OpenvSwitch.rb 2015-08-17 08:26:14.948156373 +0200
52 52
            arp_cache_poisoning if CONF[:arp_cache_poisoning]
53 53

  
54 54
            # Prevent Mac-spoofing
55
            mac_spoofing
55
            mac_spoofing if CONF[:arp_cache_poisoning]
56 56

  
57 57
            # Apply Firewall
58 58
            configure_fw if FIREWALL_PARAMS & @nic.keys != []