Jump to: navigation, search

Difference between revisions of "Brocade Vyatta Firewall driver"

(Overview:)
(Overview:)
Line 4: Line 4:
 
The driver implements 'Perimeter Firewall' functionality to filter traffic between tenant private networks and external networks.
 
The driver implements 'Perimeter Firewall' functionality to filter traffic between tenant private networks and external networks.
  
[[File:FWaaS Driver.png|thumbnail]]
+
[[File:C:\Users\vishymac\FWaaS Driver.png|thumbnail]]
  
 
Vyatta FWaaS device driver will invoke the Vyatta vRouter REST APIs for the below CRUD APIs as and when determined by the FWaaS agent.
 
Vyatta FWaaS device driver will invoke the Vyatta vRouter REST APIs for the below CRUD APIs as and when determined by the FWaaS agent.

Revision as of 18:16, 5 February 2015

Overview:

The Brocade Vyatta Firewall device driver provides FWaaS solution using Vyatta vRouter VM running as a Neutron router. The driver implements 'Perimeter Firewall' functionality to filter traffic between tenant private networks and external networks.

Vyatta FWaaS device driver will invoke the Vyatta vRouter REST APIs for the below CRUD APIs as and when determined by the FWaaS agent.

1. create_firewall

2. update_firewall

3. delete_firewall

All the above functions are similar to the existing reference FWaaS device-driver implementation.