summaryrefslogtreecommitdiff
path: root/bgpd/bgp_errors.c
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-10-21 01:17:29 -0400
committeranlan_cs <vic.lan@pica8.com>2022-10-24 08:51:12 -0400
commit7231b9ab170de27b431b7b586b4f0008bf358e74 (patch)
tree712fb32fe674675ff62085f97bbf4d52e70c7bbb /bgpd/bgp_errors.c
parent4ca122525dd4b6df5e6c152059f4a1dbef1d6338 (diff)
bgpd: return failure for wildcard ERT
The "RTLIST..." list should be maintained integrity. If wildcard check failed, it should immediately return failure. Otherwise user configuration will be partial. ``` anlan(config-router-af)# route-target export *:55 33:33 % Wildcard '*' only applicable for import anlan(config-router-af)# route-target both *:55 33:33 % Wildcard '*' only applicable for import ``` With this commit, the RTs without wildcard will not be executed as before. And the same for `no` form. Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'bgpd/bgp_errors.c')
0 files changed, 0 insertions, 0 deletions