neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.netlink_conntrack.ConntrackNetlink¶Bases: neutron_fwaas.services.firewall.service_drivers.agents.drivers.conntrack_base.ConntrackDriverBase
delete_entries(rules, namespace)¶Delete conntrack entries specified by list of rules
flush_entries(namespace)¶Flush all conntrack entries within the namespace
| Parameters: | namespace – namespace to flush |
|---|---|
| Returns: | None |
initialize(*args, **kwargs)¶Initialize the driver
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.