[Xorp-cvs] XORP cvs commit: xorp/fea xorp/fea/data_plane/firewall

Pavlin Radoslavov pavlin at icir.org
Sun Apr 27 22:21:07 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	pavlin at chum.icir.org	2008-04-28 05:21:07 UTC

XORP CVS repository


Modified files:
	fea           firewall_manager.cc firewall_manager.hh 
	              firewall_set.hh 
	fea/data_plane/firewall firewall_set_dummy.cc 
	                        firewall_set_dummy.hh 
	                        firewall_set_ipfw2.cc 
	                        firewall_set_ipfw2.hh 
	                        firewall_set_netfilter.cc 
	                        firewall_set_netfilter.hh 
	                        firewall_set_pf.cc firewall_set_pf.hh 

Log message:
	Refactor the API between the FirewallManager and the FirewallSet
	plugin. After the refactoring the firewall entries update is atomic
	and doesn't have the extra overhead of pushing the entries one-by-one.

Revision  Changes                                  Path
1.3       +93 -63;  commitid: 761f48155dbf41a7;    xorp/fea/data_plane/firewall/firewall_set_dummy.cc
1.3       +39 -35;  commitid: 761f48155dbf41a7;    xorp/fea/data_plane/firewall/firewall_set_dummy.hh
1.4       +101 -73;  commitid: 761f48155dbf41a7;   xorp/fea/data_plane/firewall/firewall_set_ipfw2.cc
1.3       +39 -35;  commitid: 761f48155dbf41a7;    xorp/fea/data_plane/firewall/firewall_set_ipfw2.hh
1.3       +116 -79;  commitid: 761f48155dbf41a7;   xorp/fea/data_plane/firewall/firewall_set_netfilter.cc
1.3       +39 -35;  commitid: 761f48155dbf41a7;    xorp/fea/data_plane/firewall/firewall_set_netfilter.hh
1.3       +190 -167;  commitid: 761f48155dbf41a7;  xorp/fea/data_plane/firewall/firewall_set_pf.cc
1.3       +40 -35;  commitid: 761f48155dbf41a7;    xorp/fea/data_plane/firewall/firewall_set_pf.hh
1.3       +41 -80;  commitid: 761f48155dbf41a7;    xorp/fea/firewall_manager.cc
1.3       +25 -27;  commitid: 761f48155dbf41a7;    xorp/fea/firewall_manager.hh
1.3       +12 -106;  commitid: 761f48155dbf41a7;   xorp/fea/firewall_set.hh



More information about the Xorp-cvs mailing list