CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/05/22 02:41:14

Modified files:
        usr.sbin/bgpd  : config.c mrt.c parse.y printconf.c rde.c rde.h 
                         rde_peer.c session.c 

Log message:
Convert bgpid, remote_bgpid and clusterid to host byte order.

Before the RDE used host byte order for remote_bgpid but all the other
code used network byte order. The reason for that was that bgpid was
initially an IPv4 address but since RFC 6286 in 2011 this is much more
relaxed and so it makes more sense to just treat them as numbers and
so host byte order.

OK tb@

Reply via email to