Skip to content

Commit 19b8ab7

Browse files
authored
Merge pull request #147 from polycube-network/pr/firewall_datapath_optimizations
pcn-firewall: implement datapath optimizations
2 parents 5aec00e + 24c9c19 commit 19b8ab7

34 files changed

Lines changed: 2084 additions & 729 deletions

src/services/pcn-firewall/src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ load_file_as_variable(pcn-firewall datapaths/Firewall_L4PortLookup_dp.c firewall
4343
load_file_as_variable(pcn-firewall datapaths/Firewall_L4ProtocolLookup_dp.c firewall_code_l4protolookup)
4444
load_file_as_variable(pcn-firewall datapaths/Firewall_Parser_dp.c firewall_code_parser)
4545
load_file_as_variable(pcn-firewall datapaths/Firewall_TcpFlagsLookup_dp.c firewall_code_tcpflagslookup)
46+
load_file_as_variable(pcn-firewall datapaths/Firewall_Horus_dp.c firewall_code_horus)
4647

4748
# load datamodel in a variable
4849
load_file_as_variable(pcn-firewall

0 commit comments

Comments
 (0)