diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-05-17 15:00:41 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-05-17 15:00:41 +0000 |
commit | 7ab62c5319bd86a3cfda32351bc4103cf9517f26 (patch) | |
tree | 695c3a64d3b144c0d9cf81bbedc2ed20bef4f117 /zebra/ChangeLog | |
parent | 2b5cb411cef38c28c0bfba2502f97770d55306b7 (diff) |
[PtP] Fix BSD problems with PtP interfaces: must treat RTA_BRD as peer address
2007-05-17 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* 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.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <ajschorr@alumni.princeton.edu> + + * 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 <dlstevens@us.ibm.com> * (general) These changes collectively add route-map and |