Skip to content

davidmpc/ipv6_cidrtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipv6cidr

A simple cross-platform ipv6 cidr table implementation in c.

The source code is tested and should be no memory leaks.

usage:

You can use it as static library or just copy the .h and .c files to your project.

compile and test:

  • make : compile static library called "libipv6cidr.a"
  • make test : run test

Note:

  1. This library use FreeBSD's queue implementation which is commonly used in C projects. The queue.h is slightly modified to make it cross-platform.

  2. You have to install gtest before running test.

About

A simple ipv6 cidr table implementation in C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published