bird/proto/bgp
Ondrej Zajicek (work) 963b2c7ce2 BGP: Use proper class in attribute error messages
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.
2022-01-28 05:35:22 +01:00
..
attrs.c BGP: Use proper class in attribute error messages 2022-01-28 05:35:22 +01:00
bgp.c BGP: Add option 'free bind' 2022-01-09 02:44:32 +01:00
bgp.h BGP: Use proper class in attribute error messages 2022-01-28 05:35:22 +01:00
config.Y BGP: Add option 'free bind' 2022-01-09 02:44:32 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
packets.c BGP: Use proper class in attribute error messages 2022-01-28 05:35:22 +01:00