diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 20:49:18 +0200 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-08-07 20:49:18 +0200 |
commit | 238497fc85332bb8bb9cb3245d3f691500190559 (patch) | |
tree | fefd446df957e591658f3aaf40263538f5176944 /ChangeLog | |
parent | [ospfd] Finish explanatory comment started in previous commit.. (diff) | |
download | frr-238497fc85332bb8bb9cb3245d3f691500190559.tar.xz frr-238497fc85332bb8bb9cb3245d3f691500190559.zip |
[isisd] Add support for Solaris DLPI
2007-08-07 James Carlson <james.d.carlson@sun.com>
* configure.ac: Added support for separate link-layer access
mechanisms in isisd.
* isis_network.c: split up into isis_bpf.c, isis_dlpi.c, and
isis_pfpacket.c, selected by autoconf, and added DLPI support.
* (general) Fixed to allow compilation and use on Solaris.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-08-07 James Carlson <james.d.carlson@sun.com> + + * configure.ac: Added support for separate link-layer access + mechanisms in isisd. + 2007-07-27 Paul Jakma <paul.jakma@sun.com> * configure.ac: Bump version to 0.99.8 |