CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/09 04:01:29
Modified files:
usr.sbin/bgpd : parse.y printconf.c
Log message:
Make it possible to configure tcp md5 and ipsec on rtr as well
Single out the auth_config yacc rules. Even though this requires an
extra merge_auth_conf() function to handle manual IPsec setups but
even with that this seems like a net gain.
There is no rtr cache that does tcp md5 on OpenBSD so those bits remain
untested for now.
OK tb@
