diff options
author | hasso <hasso> | 2005-09-26 17:11:12 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 17:11:12 +0000 |
commit | ea3be4c12223b00a69652a8be330961489212447 (patch) | |
tree | 900f18472ddbbd9f2c418771a5d8525d0a8b24b0 /isisd/ChangeLog | |
parent | f21fb27298fd49ce695fd403e02bcbd5e9f0cd27 (diff) |
* 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.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 04f048a4..99421504 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,5 +1,11 @@ 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. + +2005-09-26 Hasso Tepper <hasso at quagga.net> + * isis_circuit.[ch]: Some preliminary support for specifying wide circuit metrics. Needs more thinking though, but should do for now. |