mirror_frr/pbrd
Chirag Shah 03494887ed pbrd:fix mismatching in match src-dst
upstream commit 67765a232d has incorect
address family check which prevent from
deleting src/dst config under pbr rule.

Ticket:#3405024
Issue:3405024
Testing Done:

Config:

pbr-map map6 seq 1
 match src-ip 2000::200:100💯0/96
 match dst-ip 2000:💯100💯0/96
 set nexthop-group group3

Before:
torc-12(config)# pbr-map map6 seq 1
torc-12(config-pbr-map)# no match src-ip 2000::200:100💯0/96
Cannot mismatch families within match src/dst

After:
torc-12(config)# pbr-map map6 seq 1
torc-12(config-pbr-map)# no match src-ip 2000::200:100💯0/96
torc-12(config-pbr-map)#

Signed-off-by: Chirag Shah <chirag@nvidia.com>
2023-03-17 17:01:13 -07:00
..
.gitignore *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
Makefile pbrd: Add PBR to FRR 2018-04-06 13:22:43 -04:00
pbr_debug.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_debug.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_main.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_map.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_map.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_memory.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_memory.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_nht.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_nht.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_vrf.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_vrf.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_vty.c pbrd:fix mismatching in match src-dst 2023-03-17 17:01:13 -07:00
pbr_vty.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_zebra.c *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
pbr_zebra.h *: auto-convert to SPDX License IDs 2023-02-09 14:09:11 +01:00
subdir.am build, vtysh: extract vtysh commands from .xref 2022-10-26 17:12:34 +01:00