mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
963b2c7ce2
Most error messages in attribute processing are in rx/decode step and these use L_REMOTE log class. But there are few that are in tx/export step and these should use L_ERR log class. Use tx-specific macro (REJECT()) in tx/export code and rename field err_withdraw to err_reject in struct bgp_export_state to ensure that appropriate error reporting macros are called in proper contexts. |
||
---|---|---|
.. | ||
attrs.c | ||
bgp.c | ||
bgp.h | ||
config.Y | ||
Doc | ||
Makefile | ||
packets.c |