From 7ab62c5319bd86a3cfda32351bc4103cf9517f26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Thu, 17 May 2007 15:00:41 +0000 Subject: [PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address 2007-05-17 Andrew J. Schorr * kernel_socket.c: (ifam_read_mesg) Grab RTA_DST and RTA_GATEWAY addresses from the message (if present, which seems unlikely on current BSD platforms), and show them in the debug messages. Also, add ifam_flags to the debug messages. (ifam_read) If the interface is point-to-point, then the RTA_BRD address should be treated as a peer address. --- zebra/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index c08bbe4e..b0e8fad6 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,12 @@ +2007-05-17 Andrew J. Schorr + + * kernel_socket.c: (ifam_read_mesg) Grab RTA_DST and RTA_GATEWAY + addresses from the message (if present, which seems unlikely on + current BSD platforms), and show them in the debug messages. + Also, add ifam_flags to the debug messages. + (ifam_read) If the interface is point-to-point, then the RTA_BRD + address should be treated as a peer address. + 2007-05-01 David L Stevens * (general) These changes collectively add route-map and -- cgit v1.2.1