Make it possible to configure tcp md5 and ipsec on rtr as well
authorclaudio <claudio@openbsd.org>
Wed, 9 Oct 2024 10:01:29 +0000 (10:01 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 9 Oct 2024 10:01:29 +0000 (10:01 +0000)
commita2dc744ed1a0c6a0cabeb08b6ce961fd3c5c13b5
tree726a030e6bdfa183f4c20c37d00371bccf92626a
parent133ff0d47253c901f689dc0e72195c7b6ec63bfa
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@
usr.sbin/bgpd/parse.y
usr.sbin/bgpd/printconf.c