Skip to content
/ elb-toa Public
forked from huaweicloud/elb-toa

TCP Option Address (TOA) module for Elastic Load Balance.

License

Notifications You must be signed in to change notification settings

sryio/elb-toa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

修改说明

因此本版本 TOA 兼容至内核主线最新版本,在生产环境验证无误。

下面是原始说明:

TCP Option Address

The TCP Option Address (TOA) module is a kernel module that obtains the source IPv4 address from the option section of a TCP header.

How to use the TOA module?

Requirement

The development environment for compiling the kernel module consists of:

  • kernel headers and the module library
  • the gcc compiler
  • GNU Make tool

Installation

Download and decompress the source package:

https://github.com/Huawei/TCP_option_address/archive/master.zip

Enter the source code directory and compile the module:

cd src
make

Load the kernel module:

sudo insmod toa.ko

Distribution license

TOA is distributed under the terms of the GNU General Public License v2.0. The full terms and conditions of this license are detailed in the LICENSE file.

About

TCP Option Address (TOA) module for Elastic Load Balance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%