CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/01/03 09:07:38
Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Use "established" and "exchange" as RTR state names. "idle" and "active" are used in the BGP FSM with different meaning which leads to confusion. When a RTR session is up the state is "established" apart from the time when a new delta is loaded (between cache response and end of data PDU) the state is "exchange". OK tb@