Bases: nova.virt.firewall.IptablesFirewallDriver
No-op. Everything is done in prepare_instance_filter.
Check nova-instance-instance-xxx exists.
Set up basic NWFilter.
Bases: nova.virt.firewall.FirewallDriver
This class implements a network filtering mechanism by using libvirt’s nwfilter. all instances get a filter (“nova-base”) applied. This filter provides some basic security such as protection against MAC spoofing, IP spoofing, and ARP spoofing.
No-op. Everything is done in prepare_instance_filter.
Obtain a list of base filters to apply to an instance. The return value should be a list of strings, each specifying a filter name. Subclasses can override this function to add additional filters as needed. Additional filters added to the list must also be correctly defined within the subclass.
Check nova-instance-instance-xxx exists.
The standard allow-dhcp-server filter is an <ip> one, so it uses ebtables to allow traffic through. Without a corresponding rule in iptables, it’ll get blocked anyway.
This filter protects false positives on IPv6 Duplicate Address Detection(DAD).
Set up basic filtering (MAC, IP, and ARP spoofing protection).
Clear out the nwfilter rules.