]> git.proxmox.com Git - mirror_frr.git/commit
lib: prefix support for flowspec
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 10 Jan 2018 18:13:27 +0000 (19:13 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 30 Mar 2018 12:00:47 +0000 (14:00 +0200)
commit9a14899b0ac8f3d9d0ce077127568f215c301f6a
tree177eadb198e40a532c4ae6d9a2f72ab2825df5cd
parent46f1e1ee964e6408fbae477b824e8ed18cb357d6
lib: prefix support for flowspec

prefix structure is used to handle flowspec prefixes. A new AFI is
introduced: AF_FLOWSPEC. A sub structure named flowspec_prefix is
used in prefix to host the flowspec entry.
Reason to introduce that new kind is that prefixlen from prefix
structure is too short to all the flowspec needs, since NLRI can go over
0xff bytes.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/memory.c
lib/memory.h
lib/prefix.c
lib/prefix.h
lib/table.c