diff options
author | hasso <hasso> | 2005-09-26 17:39:48 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 17:39:48 +0000 |
commit | aa4376ec0c37b9b2d484e9503ad7b8e1a010afd2 (patch) | |
tree | a8a31d251e7601adb0c5a2e08cd4c6b03104c1b4 /isisd/ChangeLog | |
parent | ea3be4c12223b00a69652a8be330961489212447 (diff) |
* isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub
TLV handling yet.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 99421504..87a9c9e4 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,5 +1,10 @@ 2005-09-26 Hasso Tepper <hasso at quagga.net> + * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub + TLV handling yet. + +2005-09-26 Hasso Tepper <hasso at quagga.net> + * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() and tlv_add_te_ipv4_reachs() to handle TLV's with new metric. None of them handle sub TLVs though for now. |