CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2013/05/30 04:13:59
Modified files: usr.sbin/bgpd : bgpd.conf.5 session.c Log message: Add partial support to bgpd for the ttl hack with ipv6. This sends the correct ttl on outgoing packets so peer sessions can come up correctly if both sides use ttl-security, but the kernel side is not yet implemented so incoming packets aren't verified (note added to manual for this). ok henning@