diff options
author | hasso <hasso> | 2005-09-26 18:06:47 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 18:06:47 +0000 |
commit | 309ddb199aa4627e4597653ca12eb3bc8c20ab54 (patch) | |
tree | a61c592c3fc18c39e43fa784e772d5dbd1221a89 /isisd/ChangeLog | |
parent | 81ad8f6a1040eaf9d4230bd63b71d85397660653 (diff) |
* isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is
used only if only wide metric style (extended TLV's) is in use.
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 521df90c..e3fe6257 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,5 +1,10 @@ 2005-09-26 Hasso Tepper <hasso at quagga.net> + * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is + used only if only wide metric style (extended TLV's) is in use. + +2005-09-26 Hasso Tepper <hasso at quagga.net> + * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 address into TLV. Used for IPv4 address TLV (in case of LSP) and TE router ID TLV. |