diff options
author | hasso <hasso> | 2005-09-26 17:58:24 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 17:58:24 +0000 |
commit | 81ad8f6a1040eaf9d4230bd63b71d85397660653 (patch) | |
tree | 93ccfab5fe8ca9d9e79b65aed0e359ab21f0a1c1 /isisd/ChangeLog | |
parent | aa4376ec0c37b9b2d484e9503ad7b8e1a010afd2 (diff) |
* 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.
* isis_lsp.c: Use tlv_add_in_addr() and include router ID in LSP.
Diffstat (limited to 'isisd/ChangeLog')
-rw-r--r-- | isisd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/isisd/ChangeLog b/isisd/ChangeLog index 87a9c9e4..521df90c 100644 --- a/isisd/ChangeLog +++ b/isisd/ChangeLog @@ -1,5 +1,12 @@ 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. + * isis_lsp.c: Use tlv_add_in_addr() and include router ID in LSP. + +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. |