]> git.proxmox.com Git - mirror_frr.git/commit - pbrd/pbr_map.c
pbrd: initial fwmark support for pbr matches #4460
authorMarcin Matląg <marcin.matlag@blackice.com.pl>
Wed, 5 Jun 2019 20:56:11 +0000 (22:56 +0200)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Tue, 3 Sep 2019 20:30:10 +0000 (15:30 -0500)
commit95a9fe025a2052a05150a450f423f9731127294b
tree6231d22b490ce020e79afc56b0bd0e4b7096f9af
parenta3aea4ebaf9edd9aa44ca3a85153c3c82109213c
pbrd: initial fwmark support for pbr matches #4460

Adds support to specify marks in pbr-map match clause.
Marks should be provided as decimal (unsigned int).

Currently supported on Linux only. Attempting to configure
marks on other platform will result in:

"pbr marks are not supported on this platform"

Signed-off-by: Marcin Matlag <marcin.matlag@gmail.com>
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
pbrd/pbr_map.c
pbrd/pbr_map.h
pbrd/pbr_vty.c
pbrd/pbr_zebra.c