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.
  
Vyatta FWaaS device driver will invoke the Vyatta vRouter REST APIs for the  
+
Vyatta FWaaS device driver will invoke the Vyatta vRouter REST APIs for the below CRUD APIs as and when determined by the FWaaS agent
below CRUD APIs as and when determined by the FWaaS agent
 
 
1. create_firewall
 
1. create_firewall
 
2. update_firewall
 
2. update_firewall
 
3. delete_firewall
 
3. delete_firewall
  
All these functions are similar to the existing reference FWaaS device-driver
+
All the above  functions are similar to the existing reference FWaaS device-driver
 
implementation.</big>
 
implementation.</big>

Revision as of 18:05, 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.