]> git.puffer.fish Git - mirror/frr.git/commit
lib: add ability to supply separate match/set objects to routemaps
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 8 Sep 2021 17:46:21 +0000 (20:46 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 8 Sep 2021 20:37:50 +0000 (23:37 +0300)
commitc21258471764b99e7d1a5242bb17918bd7380740
tree2681aa50479cf7371cddecac078a1dd497baf206
parent2ca7780ab594aaa31239ce4ccde64e3d66de019e
lib: add ability to supply separate match/set objects to routemaps

Sometimes it's needed to match by fields of one object but set fields of
another object. The following commit is an example.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
lib/routemap.c
lib/routemap.h