mirror_frr/pbrd
anlan_cs 03aac9be7b pbrd: fix crash with match command
Crash with empty `ip-protocol`:
```
anlan(config-pbr-map)# match ip-protocol
vtysh: error reading from pbrd: Resource temporarily unavailable (11)Warning: closing connection to pbrd because of an I/O error!
```

So, give warning for empty `ip-protocol`.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
(cherry picked from commit 4e313ee450)
2023-06-29 19:22:46 +00: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 build, vtysh: extract vtysh commands from .xref 2022-10-26 17:12:34 +01:00
pbr_debug.h pbrd: move debug vty into pbr_vty.c 2018-04-17 18:43:47 -04:00
pbr_main.c *: Add ability for daemons to notice resilience changes 2022-11-04 13:34:27 -04:00
pbr_map.c pbrd: fix interface compare usage 2022-05-02 11:33:48 -03:00
pbr_map.h pbrd: add vlan actions to vty 2021-10-07 09:14:59 -04:00
pbr_memory.c *: require semicolon after DEFINE_MTYPE & co 2021-03-17 06:18:17 +01:00
pbr_memory.h *: require semicolon after DEFINE_MTYPE & co 2021-03-17 06:18:17 +01:00
pbr_nht.c *: Add ability for daemons to notice resilience changes 2022-11-04 13:34:27 -04:00
pbr_nht.h *: Add ability for daemons to notice resilience changes 2022-11-04 13:34:27 -04:00
pbr_vrf.c *: rework renaming the default VRF 2021-12-21 22:09:29 +03:00
pbr_vrf.h *: cleanup ifp->vrf_id 2021-11-22 20:47:23 +03:00
pbr_vty.c pbrd: fix crash with match command 2023-06-29 19:22:46 +00:00
pbr_vty.h pbrd, lib: move PBR_STR def. to lib 2018-06-13 16:22:01 +00:00
pbr_zebra.c *: Fix spelling of Inteface 2022-04-02 07:46:19 -04:00
pbr_zebra.h pbrd: Fix memory leak 2020-10-23 11:28:12 -04:00
subdir.am build, vtysh: extract vtysh commands from .xref 2022-10-26 17:12:34 +01:00