diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-07-20 11:22:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-20 11:22:20 +0000 |
commit | 51759157a499326cfe69ec0eecb00b1c5879bf50 (patch) | |
tree | bb2197d5344b52ec015323a4fd5e36d6ec6937e4 /VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h | |
parent | cfe2f779d4365dba03659b64668cb301fae53c95 (diff) | |
parent | 0e51437be874b6831e95639f4c1ad6b0133c2a28 (diff) |
Merge "[l2l3 stack] implements new arp state machine & arp buffering"
Diffstat (limited to 'VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h')
-rw-r--r-- | VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h index e5106bfb..943d0fc7 100644 --- a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h +++ b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.h @@ -779,7 +779,6 @@ void calculate_hw_checksum( uint8_t protocol); uint64_t nextPowerOf2(uint64_t n); -struct ether_addr *get_local_link_hw_addr(uint8_t out_port); uint8_t local_dest_mac_present(uint8_t out_port); enum PKT_TYPE { |