jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1 | /* |
| 2 | * IS-IS Rout(e)ing protocol - isis_tlv.c |
| 3 | * IS-IS TLV related routines |
| 4 | * |
| 5 | * Copyright (C) 2001,2002 Sampo Saaristo |
| 6 | * Tampere University of Technology |
| 7 | * Institute of Communications Engineering |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify it |
| 10 | * under the terms of the GNU General Public Licenseas published by the Free |
| 11 | * Software Foundation; either version 2 of the License, or (at your option) |
| 12 | * any later version. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful,but WITHOUT |
| 15 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 16 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 17 | * more details. |
| 18 | |
| 19 | * You should have received a copy of the GNU General Public License along |
| 20 | * with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 22 | */ |
| 23 | |
| 24 | #include <zebra.h> |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 25 | |
| 26 | #include "log.h" |
| 27 | #include "linklist.h" |
| 28 | #include "stream.h" |
| 29 | #include "memory.h" |
| 30 | #include "prefix.h" |
| 31 | #include "vty.h" |
| 32 | #include "if.h" |
| 33 | |
| 34 | #include "isisd/dict.h" |
| 35 | #include "isisd/isis_constants.h" |
| 36 | #include "isisd/isis_common.h" |
| 37 | #include "isisd/isis_flags.h" |
| 38 | #include "isisd/isis_circuit.h" |
| 39 | #include "isisd/isis_tlv.h" |
| 40 | #include "isisd/isisd.h" |
| 41 | #include "isisd/isis_dynhn.h" |
| 42 | #include "isisd/isis_misc.h" |
| 43 | #include "isisd/isis_pdu.h" |
| 44 | #include "isisd/isis_lsp.h" |
| 45 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 46 | void |
| 47 | free_tlv (void *val) |
| 48 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 49 | XFREE (MTYPE_ISIS_TLV, val); |
| 50 | |
| 51 | return; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 52 | } |
| 53 | |
| 54 | /* |
| 55 | * Called after parsing of a PDU. There shouldn't be any tlv's left, so this |
| 56 | * is only a caution to avoid memory leaks |
| 57 | */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 58 | void |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 59 | free_tlvs (struct tlvs *tlvs) |
| 60 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 61 | if (tlvs->area_addrs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 62 | list_delete (tlvs->area_addrs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 63 | if (tlvs->is_neighs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 64 | list_delete (tlvs->is_neighs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 65 | if (tlvs->te_is_neighs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 66 | list_delete (tlvs->te_is_neighs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 67 | if (tlvs->es_neighs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 68 | list_delete (tlvs->es_neighs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 69 | if (tlvs->lsp_entries) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 70 | list_delete (tlvs->lsp_entries); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 71 | if (tlvs->prefix_neighs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 72 | list_delete (tlvs->prefix_neighs); |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 73 | if (tlvs->lan_neighs) |
| 74 | list_delete (tlvs->lan_neighs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 75 | if (tlvs->ipv4_addrs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 76 | list_delete (tlvs->ipv4_addrs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 77 | if (tlvs->ipv4_int_reachs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 78 | list_delete (tlvs->ipv4_int_reachs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 79 | if (tlvs->ipv4_ext_reachs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 80 | list_delete (tlvs->ipv4_ext_reachs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 81 | if (tlvs->te_ipv4_reachs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 82 | list_delete (tlvs->te_ipv4_reachs); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 83 | #ifdef HAVE_IPV6 |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 84 | if (tlvs->ipv6_addrs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 85 | list_delete (tlvs->ipv6_addrs); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 86 | if (tlvs->ipv6_reachs) |
hasso | aac372f | 2005-09-01 17:52:33 +0000 | [diff] [blame] | 87 | list_delete (tlvs->ipv6_reachs); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 88 | #endif /* HAVE_IPV6 */ |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 89 | |
| 90 | memset (tlvs, 0, sizeof (struct tlvs)); |
| 91 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 92 | return; |
| 93 | } |
| 94 | |
| 95 | /* |
| 96 | * Parses the tlvs found in the variant length part of the PDU. |
| 97 | * Caller tells with flags in "expected" which TLV's it is interested in. |
| 98 | */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 99 | int |
| 100 | parse_tlvs (char *areatag, u_char * stream, int size, u_int32_t * expected, |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 101 | u_int32_t * found, struct tlvs *tlvs, u_int32_t *auth_tlv_offset) |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 102 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 103 | u_char type, length; |
| 104 | struct lan_neigh *lan_nei; |
| 105 | struct area_addr *area_addr; |
| 106 | struct is_neigh *is_nei; |
| 107 | struct te_is_neigh *te_is_nei; |
| 108 | struct es_neigh *es_nei; |
| 109 | struct lsp_entry *lsp_entry; |
| 110 | struct in_addr *ipv4_addr; |
| 111 | struct ipv4_reachability *ipv4_reach; |
| 112 | struct te_ipv4_reachability *te_ipv4_reach; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 113 | #ifdef HAVE_IPV6 |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 114 | struct in6_addr *ipv6_addr; |
| 115 | struct ipv6_reachability *ipv6_reach; |
| 116 | int prefix_octets; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 117 | #endif /* HAVE_IPV6 */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 118 | u_char virtual; |
| 119 | int value_len, retval = ISIS_OK; |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 120 | u_char *start = stream, *pnt = stream, *endpnt; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 121 | |
| 122 | *found = 0; |
| 123 | memset (tlvs, 0, sizeof (struct tlvs)); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 124 | |
| 125 | while (pnt < stream + size - 2) |
| 126 | { |
| 127 | type = *pnt; |
| 128 | length = *(pnt + 1); |
| 129 | pnt += 2; |
| 130 | value_len = 0; |
| 131 | if (pnt + length > stream + size) |
| 132 | { |
| 133 | zlog_warn ("ISIS-TLV (%s): TLV (type %d, length %d) exceeds packet " |
| 134 | "boundaries", areatag, type, length); |
| 135 | retval = ISIS_WARNING; |
| 136 | break; |
| 137 | } |
| 138 | switch (type) |
| 139 | { |
| 140 | case AREA_ADDRESSES: |
| 141 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 142 | * | Address Length | |
| 143 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 144 | * | Area Address | |
| 145 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 146 | * : : |
| 147 | */ |
| 148 | *found |= TLVFLAG_AREA_ADDRS; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 149 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 150 | zlog_debug ("TLV Area Adresses len %d", length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 151 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 152 | if (*expected & TLVFLAG_AREA_ADDRS) |
| 153 | { |
| 154 | while (length > value_len) |
| 155 | { |
| 156 | area_addr = (struct area_addr *) pnt; |
| 157 | value_len += area_addr->addr_len + 1; |
| 158 | pnt += area_addr->addr_len + 1; |
| 159 | if (!tlvs->area_addrs) |
| 160 | tlvs->area_addrs = list_new (); |
| 161 | listnode_add (tlvs->area_addrs, area_addr); |
| 162 | } |
| 163 | } |
| 164 | else |
| 165 | { |
| 166 | pnt += length; |
| 167 | } |
| 168 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 169 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 170 | case IS_NEIGHBOURS: |
| 171 | *found |= TLVFLAG_IS_NEIGHS; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 172 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 173 | zlog_debug ("ISIS-TLV (%s): IS Neighbours length %d", |
| 174 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 175 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 176 | if (TLVFLAG_IS_NEIGHS & *expected) |
| 177 | { |
| 178 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 179 | * | Virtual Flag | |
| 180 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 181 | */ |
| 182 | virtual = *pnt; /* FIXME: what is the use for this? */ |
| 183 | pnt++; |
| 184 | value_len++; |
| 185 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 186 | * | 0 | I/E | Default Metric | |
| 187 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 188 | * | S | I/E | Delay Metric | |
| 189 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 190 | * | S | I/E | Expense Metric | |
| 191 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 192 | * | S | I/E | Error Metric | |
| 193 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 194 | * | Neighbour ID | |
| 195 | * +---------------------------------------------------------------+ |
| 196 | * : : |
| 197 | */ |
| 198 | while (length > value_len) |
| 199 | { |
| 200 | is_nei = (struct is_neigh *) pnt; |
| 201 | value_len += 4 + ISIS_SYS_ID_LEN + 1; |
| 202 | pnt += 4 + ISIS_SYS_ID_LEN + 1; |
| 203 | if (!tlvs->is_neighs) |
| 204 | tlvs->is_neighs = list_new (); |
| 205 | listnode_add (tlvs->is_neighs, is_nei); |
| 206 | } |
| 207 | } |
| 208 | else |
| 209 | { |
| 210 | pnt += length; |
| 211 | } |
| 212 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 213 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 214 | case TE_IS_NEIGHBOURS: |
| 215 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 216 | * | Neighbour ID | 7 |
| 217 | * +---------------------------------------------------------------+ |
| 218 | * | TE Metric | 3 |
| 219 | * +---------------------------------------------------------------+ |
| 220 | * | SubTLVs Length | 1 |
| 221 | * +---------------------------------------------------------------+ |
| 222 | * : : |
| 223 | */ |
| 224 | *found |= TLVFLAG_TE_IS_NEIGHS; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 225 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 226 | zlog_debug ("ISIS-TLV (%s): Extended IS Neighbours length %d", |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 227 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 228 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 229 | if (TLVFLAG_TE_IS_NEIGHS & *expected) |
| 230 | { |
| 231 | while (length > value_len) |
| 232 | { |
| 233 | te_is_nei = (struct te_is_neigh *) pnt; |
| 234 | value_len += 11; |
| 235 | pnt += 11; |
| 236 | /* FIXME - subtlvs are handled here, for now we skip */ |
| 237 | value_len += te_is_nei->sub_tlvs_length; |
| 238 | pnt += te_is_nei->sub_tlvs_length; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 239 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 240 | if (!tlvs->te_is_neighs) |
| 241 | tlvs->te_is_neighs = list_new (); |
| 242 | listnode_add (tlvs->te_is_neighs, te_is_nei); |
| 243 | } |
| 244 | } |
| 245 | else |
| 246 | { |
| 247 | pnt += length; |
| 248 | } |
| 249 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 250 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 251 | case ES_NEIGHBOURS: |
| 252 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 253 | * | 0 | I/E | Default Metric | |
| 254 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 255 | * | S | I/E | Delay Metric | |
| 256 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 257 | * | S | I/E | Expense Metric | |
| 258 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 259 | * | S | I/E | Error Metric | |
| 260 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 261 | * | Neighbour ID | |
| 262 | * +---------------------------------------------------------------+ |
| 263 | * | Neighbour ID | |
| 264 | * +---------------------------------------------------------------+ |
| 265 | * : : |
| 266 | */ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 267 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 268 | zlog_debug ("ISIS-TLV (%s): ES Neighbours length %d", |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 269 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 270 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 271 | *found |= TLVFLAG_ES_NEIGHS; |
| 272 | if (*expected & TLVFLAG_ES_NEIGHS) |
| 273 | { |
| 274 | es_nei = (struct es_neigh *) pnt; |
| 275 | value_len += 4; |
| 276 | pnt += 4; |
| 277 | while (length > value_len) |
| 278 | { |
| 279 | /* FIXME FIXME FIXME - add to the list */ |
| 280 | /* sys_id->id = pnt; */ |
| 281 | value_len += ISIS_SYS_ID_LEN; |
| 282 | pnt += ISIS_SYS_ID_LEN; |
| 283 | /* if (!es_nei->neigh_ids) es_nei->neigh_ids = sysid; */ |
| 284 | } |
| 285 | if (!tlvs->es_neighs) |
| 286 | tlvs->es_neighs = list_new (); |
| 287 | listnode_add (tlvs->es_neighs, es_nei); |
| 288 | } |
| 289 | else |
| 290 | { |
| 291 | pnt += length; |
| 292 | } |
| 293 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 294 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 295 | case LAN_NEIGHBOURS: |
| 296 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 297 | * | LAN Address | |
| 298 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 299 | * : : |
| 300 | */ |
| 301 | *found |= TLVFLAG_LAN_NEIGHS; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 302 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 303 | zlog_debug ("ISIS-TLV (%s): LAN Neigbours length %d", |
| 304 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 305 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 306 | if (TLVFLAG_LAN_NEIGHS & *expected) |
| 307 | { |
| 308 | while (length > value_len) |
| 309 | { |
| 310 | lan_nei = (struct lan_neigh *) pnt; |
| 311 | if (!tlvs->lan_neighs) |
| 312 | tlvs->lan_neighs = list_new (); |
| 313 | listnode_add (tlvs->lan_neighs, lan_nei); |
| 314 | value_len += ETH_ALEN; |
| 315 | pnt += ETH_ALEN; |
| 316 | } |
| 317 | } |
| 318 | else |
| 319 | { |
| 320 | pnt += length; |
| 321 | } |
| 322 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 323 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 324 | case PADDING: |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 325 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 326 | zlog_debug ("TLV padding %d", length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 327 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 328 | pnt += length; |
| 329 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 330 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 331 | case LSP_ENTRIES: |
| 332 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 333 | * | Remaining Lifetime | 2 |
| 334 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 335 | * | LSP ID | id+2 |
| 336 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 337 | * | LSP Sequence Number |Â 4 |
| 338 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 339 | * | Checksum | 2 |
| 340 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 341 | */ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 342 | #ifdef EXTREME_TLV_DEBUG |
hasso | 9236588 | 2005-01-18 13:53:33 +0000 | [diff] [blame] | 343 | zlog_debug ("ISIS-TLV (%s): LSP Entries length %d", areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 344 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 345 | *found |= TLVFLAG_LSP_ENTRIES; |
| 346 | if (TLVFLAG_LSP_ENTRIES & *expected) |
| 347 | { |
| 348 | while (length > value_len) |
| 349 | { |
| 350 | lsp_entry = (struct lsp_entry *) pnt; |
| 351 | value_len += 10 + ISIS_SYS_ID_LEN; |
| 352 | pnt += 10 + ISIS_SYS_ID_LEN; |
| 353 | if (!tlvs->lsp_entries) |
| 354 | tlvs->lsp_entries = list_new (); |
| 355 | listnode_add (tlvs->lsp_entries, lsp_entry); |
| 356 | } |
| 357 | } |
| 358 | else |
| 359 | { |
| 360 | pnt += length; |
| 361 | } |
| 362 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 363 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 364 | case CHECKSUM: |
| 365 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 366 | * | 16 bit fletcher CHECKSUM | |
| 367 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 368 | * : : |
| 369 | */ |
| 370 | *found |= TLVFLAG_CHECKSUM; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 371 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 372 | zlog_debug ("ISIS-TLV (%s): Checksum length %d", areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 373 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 374 | if (*expected & TLVFLAG_CHECKSUM) |
| 375 | { |
| 376 | tlvs->checksum = (struct checksum *) pnt; |
| 377 | } |
| 378 | pnt += length; |
| 379 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 380 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 381 | case PROTOCOLS_SUPPORTED: |
| 382 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 383 | * | NLPID | |
| 384 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 385 | * : : |
| 386 | */ |
| 387 | *found |= TLVFLAG_NLPID; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 388 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 389 | zlog_debug ("ISIS-TLV (%s): Protocols Supported length %d", |
| 390 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 391 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 392 | if (*expected & TLVFLAG_NLPID) |
| 393 | { |
| 394 | tlvs->nlpids = (struct nlpids *) (pnt - 1); |
| 395 | } |
| 396 | pnt += length; |
| 397 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 398 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 399 | case IPV4_ADDR: |
| 400 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 401 | * + IP version 4 address + 4 |
| 402 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 403 | * : : |
| 404 | */ |
| 405 | *found |= TLVFLAG_IPV4_ADDR; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 406 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 407 | zlog_debug ("ISIS-TLV (%s): IPv4 Address length %d", |
| 408 | areatag, length); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 409 | #endif /* EXTREME_TLV_DEBUG */ |
| 410 | if (*expected & TLVFLAG_IPV4_ADDR) |
| 411 | { |
| 412 | while (length > value_len) |
| 413 | { |
| 414 | ipv4_addr = (struct in_addr *) pnt; |
hasso | f891f44 | 2004-09-14 13:54:30 +0000 | [diff] [blame] | 415 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 416 | zlog_debug ("ISIS-TLV (%s) : IP ADDR %s, pnt %p", areatag, |
| 417 | inet_ntoa (*ipv4_addr), pnt); |
hasso | f891f44 | 2004-09-14 13:54:30 +0000 | [diff] [blame] | 418 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 419 | if (!tlvs->ipv4_addrs) |
| 420 | tlvs->ipv4_addrs = list_new (); |
| 421 | listnode_add (tlvs->ipv4_addrs, ipv4_addr); |
| 422 | value_len += 4; |
| 423 | pnt += 4; |
| 424 | } |
| 425 | } |
| 426 | else |
| 427 | { |
| 428 | pnt += length; |
| 429 | } |
| 430 | break; |
| 431 | |
| 432 | case AUTH_INFO: |
| 433 | *found |= TLVFLAG_AUTH_INFO; |
| 434 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 435 | zlog_debug ("ISIS-TLV (%s): IS-IS Authentication Information", |
| 436 | areatag); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 437 | #endif |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 438 | if (*expected & TLVFLAG_AUTH_INFO) |
| 439 | { |
| 440 | tlvs->auth_info.type = *pnt; |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 441 | if (length == 0) |
| 442 | { |
| 443 | zlog_warn ("ISIS-TLV (%s): TLV (type %d, length %d) " |
| 444 | "incorrect.", areatag, type, length); |
| 445 | return ISIS_WARNING; |
| 446 | } |
| 447 | --length; |
| 448 | tlvs->auth_info.len = length; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 449 | pnt++; |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 450 | memcpy (tlvs->auth_info.passwd, pnt, length); |
| 451 | /* Return the authentication tlv pos for later computation |
| 452 | * of MD5 (RFC 5304, 2) |
| 453 | */ |
| 454 | if (auth_tlv_offset) |
| 455 | *auth_tlv_offset += (pnt - start - 3); |
| 456 | pnt += length; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 457 | } |
| 458 | else |
| 459 | { |
| 460 | pnt += length; |
| 461 | } |
| 462 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 463 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 464 | case DYNAMIC_HOSTNAME: |
| 465 | *found |= TLVFLAG_DYN_HOSTNAME; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 466 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 467 | zlog_debug ("ISIS-TLV (%s): Dynamic Hostname length %d", |
| 468 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 469 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 470 | if (*expected & TLVFLAG_DYN_HOSTNAME) |
| 471 | { |
| 472 | /* the length is also included in the pointed struct */ |
| 473 | tlvs->hostname = (struct hostname *) (pnt - 1); |
| 474 | } |
| 475 | pnt += length; |
| 476 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 477 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 478 | case TE_ROUTER_ID: |
| 479 | /* +---------------------------------------------------------------+ |
| 480 | * + Router ID + 4 |
| 481 | * +---------------------------------------------------------------+ |
| 482 | */ |
| 483 | *found |= TLVFLAG_TE_ROUTER_ID; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 484 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 485 | zlog_debug ("ISIS-TLV (%s): TE Router ID %d", areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 486 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 487 | if (*expected & TLVFLAG_TE_ROUTER_ID) |
hasso | 1cd8084 | 2004-10-07 20:07:40 +0000 | [diff] [blame] | 488 | tlvs->router_id = (struct te_router_id *) (pnt); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 489 | pnt += length; |
| 490 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 491 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 492 | case IPV4_INT_REACHABILITY: |
| 493 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 494 | * | 0 | I/E | Default Metric | 1 |
| 495 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 496 | * | S | I/E | Delay Metric | 1 |
| 497 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 498 | * | S | I/E | Expense Metric | 1 |
| 499 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 500 | * | S | I/E | Error Metric | 1 |
| 501 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 502 | * | ip address | 4 |
| 503 | * +---------------------------------------------------------------+ |
| 504 | * | address mask | 4 |
| 505 | * +---------------------------------------------------------------+ |
| 506 | * : : |
| 507 | */ |
| 508 | *found |= TLVFLAG_IPV4_INT_REACHABILITY; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 509 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 510 | zlog_debug ("ISIS-TLV (%s): IPv4 internal Reachability length %d", |
| 511 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 512 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 513 | if (*expected & TLVFLAG_IPV4_INT_REACHABILITY) |
| 514 | { |
| 515 | while (length > value_len) |
| 516 | { |
| 517 | ipv4_reach = (struct ipv4_reachability *) pnt; |
| 518 | if (!tlvs->ipv4_int_reachs) |
| 519 | tlvs->ipv4_int_reachs = list_new (); |
| 520 | listnode_add (tlvs->ipv4_int_reachs, ipv4_reach); |
| 521 | value_len += 12; |
| 522 | pnt += 12; |
| 523 | } |
| 524 | } |
| 525 | else |
| 526 | { |
| 527 | pnt += length; |
| 528 | } |
| 529 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 530 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 531 | case IPV4_EXT_REACHABILITY: |
| 532 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 533 | * | 0 | I/E | Default Metric | 1 |
| 534 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 535 | * | S | I/E | Delay Metric | 1 |
| 536 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 537 | * | S | I/E | Expense Metric | 1 |
| 538 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 539 | * | S | I/E | Error Metric | 1 |
| 540 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 541 | * | ip address | 4 |
| 542 | * +---------------------------------------------------------------+ |
| 543 | * | address mask | 4 |
| 544 | * +---------------------------------------------------------------+ |
| 545 | * : : |
| 546 | */ |
| 547 | *found |= TLVFLAG_IPV4_EXT_REACHABILITY; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 548 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 549 | zlog_debug ("ISIS-TLV (%s): IPv4 external Reachability length %d", |
| 550 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 551 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 552 | if (*expected & TLVFLAG_IPV4_EXT_REACHABILITY) |
| 553 | { |
| 554 | while (length > value_len) |
| 555 | { |
| 556 | ipv4_reach = (struct ipv4_reachability *) pnt; |
| 557 | if (!tlvs->ipv4_ext_reachs) |
| 558 | tlvs->ipv4_ext_reachs = list_new (); |
| 559 | listnode_add (tlvs->ipv4_ext_reachs, ipv4_reach); |
| 560 | value_len += 12; |
| 561 | pnt += 12; |
| 562 | } |
| 563 | } |
| 564 | else |
| 565 | { |
| 566 | pnt += length; |
| 567 | } |
| 568 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 569 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 570 | case TE_IPV4_REACHABILITY: |
| 571 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 572 | * | TE Metric | 4 |
| 573 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 574 | * | U/D | sTLV? | Prefix Mask Len | 1 |
| 575 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 576 | * | Prefix | 0-4 |
| 577 | * +---------------------------------------------------------------+ |
| 578 | * | sub tlvs | |
| 579 | * +---------------------------------------------------------------+ |
| 580 | * : : |
| 581 | */ |
| 582 | *found |= TLVFLAG_TE_IPV4_REACHABILITY; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 583 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 584 | zlog_debug ("ISIS-TLV (%s): IPv4 extended Reachability length %d", |
| 585 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 586 | #endif /* EXTREME_TLV_DEBUG */ |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 587 | endpnt = pnt + length; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 588 | if (*expected & TLVFLAG_TE_IPV4_REACHABILITY) |
| 589 | { |
| 590 | while (length > value_len) |
| 591 | { |
| 592 | te_ipv4_reach = (struct te_ipv4_reachability *) pnt; |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 593 | if ((te_ipv4_reach->control & 0x3F) > IPV4_MAX_BITLEN) |
| 594 | { |
| 595 | zlog_warn ("ISIS-TLV (%s): invalid IPv4 extended reach" |
| 596 | "ability prefix length %d", areatag, |
| 597 | te_ipv4_reach->control & 0x3F); |
| 598 | retval = ISIS_WARNING; |
| 599 | break; |
| 600 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 601 | if (!tlvs->te_ipv4_reachs) |
| 602 | tlvs->te_ipv4_reachs = list_new (); |
| 603 | listnode_add (tlvs->te_ipv4_reachs, te_ipv4_reach); |
| 604 | /* this trickery is permitable since no subtlvs are defined */ |
| 605 | value_len += 5 + ((te_ipv4_reach->control & 0x3F) ? |
| 606 | ((((te_ipv4_reach->control & 0x3F) - |
| 607 | 1) >> 3) + 1) : 0); |
| 608 | pnt += 5 + ((te_ipv4_reach->control & 0x3F) ? |
| 609 | ((((te_ipv4_reach->control & 0x3F) - 1) >> 3) + 1) : 0); |
| 610 | } |
| 611 | } |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 612 | |
| 613 | pnt = endpnt; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 614 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 615 | |
| 616 | #ifdef HAVE_IPV6 |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 617 | case IPV6_ADDR: |
| 618 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 619 | * + IP version 6 address + 16 |
| 620 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 621 | * : : |
| 622 | */ |
| 623 | *found |= TLVFLAG_IPV6_ADDR; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 624 | #ifdef EXTREME_TLV_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 625 | zlog_debug ("ISIS-TLV (%s): IPv6 Address length %d", |
| 626 | areatag, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 627 | #endif /* EXTREME_TLV_DEBUG */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 628 | if (*expected & TLVFLAG_IPV6_ADDR) |
| 629 | { |
| 630 | while (length > value_len) |
| 631 | { |
| 632 | ipv6_addr = (struct in6_addr *) pnt; |
| 633 | if (!tlvs->ipv6_addrs) |
| 634 | tlvs->ipv6_addrs = list_new (); |
| 635 | listnode_add (tlvs->ipv6_addrs, ipv6_addr); |
| 636 | value_len += 16; |
| 637 | pnt += 16; |
| 638 | } |
| 639 | } |
| 640 | else |
| 641 | { |
| 642 | pnt += length; |
| 643 | } |
| 644 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 645 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 646 | case IPV6_REACHABILITY: |
| 647 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 648 | * | Default Metric | 4 |
| 649 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 650 | * | Control Informantion | |
| 651 | * +---------------------------------------------------------------+ |
| 652 | * | IPv6 Prefix Length |--+ |
| 653 | * +---------------------------------------------------------------+ | |
| 654 | * | IPv6 Prefix |<-+ |
| 655 | * +---------------------------------------------------------------+ |
| 656 | */ |
| 657 | *found |= TLVFLAG_IPV6_REACHABILITY; |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 658 | endpnt = pnt + length; |
| 659 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 660 | if (*expected & TLVFLAG_IPV6_REACHABILITY) |
| 661 | { |
| 662 | while (length > value_len) |
| 663 | { |
| 664 | ipv6_reach = (struct ipv6_reachability *) pnt; |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 665 | if (ipv6_reach->prefix_len > IPV6_MAX_BITLEN) |
| 666 | { |
| 667 | zlog_warn ("ISIS-TLV (%s): invalid IPv6 extended reach" |
| 668 | "ability prefix length %d", areatag, |
| 669 | ipv6_reach->prefix_len); |
| 670 | retval = ISIS_WARNING; |
| 671 | break; |
| 672 | } |
| 673 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 674 | prefix_octets = ((ipv6_reach->prefix_len + 7) / 8); |
| 675 | value_len += prefix_octets + 6; |
| 676 | pnt += prefix_octets + 6; |
| 677 | /* FIXME: sub-tlvs */ |
| 678 | if (!tlvs->ipv6_reachs) |
| 679 | tlvs->ipv6_reachs = list_new (); |
| 680 | listnode_add (tlvs->ipv6_reachs, ipv6_reach); |
| 681 | } |
| 682 | } |
David Lamparter | f02a099 | 2012-05-08 13:15:45 +0200 | [diff] [blame] | 683 | |
| 684 | pnt = endpnt; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 685 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 686 | #endif /* HAVE_IPV6 */ |
| 687 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 688 | case WAY3_HELLO: |
| 689 | /* +---------------------------------------------------------------+ |
| 690 | * | Adjacency state | 1 |
| 691 | * +---------------------------------------------------------------+ |
| 692 | * | Extended Local Circuit ID | 4 |
| 693 | * +---------------------------------------------------------------+ |
| 694 | * | Neighbor System ID (If known) | 0-8 |
| 695 | * (probably 6) |
| 696 | * +---------------------------------------------------------------+ |
| 697 | * | Neighbor Local Circuit ID (If known) | 4 |
| 698 | * +---------------------------------------------------------------+ |
| 699 | */ |
| 700 | *found |= TLVFLAG_3WAY_HELLO; |
| 701 | if (*expected & TLVFLAG_3WAY_HELLO) |
| 702 | { |
| 703 | while (length > value_len) |
| 704 | { |
| 705 | /* FIXME: make this work */ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 706 | /* Adjacency State (one octet): |
| 707 | 0 = Up |
| 708 | 1 = Initializing |
| 709 | 2 = Down |
| 710 | Extended Local Circuit ID (four octets) |
| 711 | Neighbor System ID if known (zero to eight octets) |
| 712 | Neighbor Extended Local Circuit ID (four octets, if Neighbor |
| 713 | System ID is present) */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 714 | pnt += length; |
David Lamparter | e8aca32 | 2012-11-27 01:10:30 +0000 | [diff] [blame] | 715 | value_len += length; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 716 | } |
| 717 | } |
| 718 | else |
| 719 | { |
| 720 | pnt += length; |
| 721 | } |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 722 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 723 | break; |
| 724 | case GRACEFUL_RESTART: |
| 725 | /* +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 726 | * | Reserved | SA | RA | RR | 1 |
| 727 | * +-------+-------+-------+-------+-------+-------+-------+-------+ |
| 728 | * | Remaining Time | 2 |
| 729 | * +---------------------------------------------------------------+ |
| 730 | * | Restarting Neighbor ID (If known) | 0-8 |
| 731 | * +---------------------------------------------------------------+ |
| 732 | */ |
| 733 | *found |= TLVFLAG_GRACEFUL_RESTART; |
| 734 | if (*expected & TLVFLAG_GRACEFUL_RESTART) |
| 735 | { |
| 736 | /* FIXME: make this work */ |
| 737 | } |
| 738 | pnt += length; |
| 739 | break; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 740 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 741 | default: |
| 742 | zlog_warn ("ISIS-TLV (%s): unsupported TLV type %d, length %d", |
| 743 | areatag, type, length); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 744 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 745 | retval = ISIS_WARNING; |
| 746 | pnt += length; |
| 747 | break; |
| 748 | } |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 749 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 750 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 751 | return retval; |
| 752 | } |
| 753 | |
| 754 | int |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 755 | add_tlv (u_char tag, u_char len, u_char * value, struct stream *stream) |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 756 | { |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 757 | if ((stream_get_size (stream) - stream_get_endp (stream)) < |
| 758 | (((unsigned)len) + 2)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 759 | { |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 760 | zlog_warn ("No room for TLV of type %d " |
| 761 | "(total size %d available %d required %d)", |
| 762 | tag, (int)stream_get_size (stream), |
| 763 | (int)(stream_get_size (stream) - stream_get_endp (stream)), |
| 764 | len+2); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 765 | return ISIS_WARNING; |
| 766 | } |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 767 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 768 | stream_putc (stream, tag); /* TAG */ |
| 769 | stream_putc (stream, len); /* LENGTH */ |
| 770 | stream_put (stream, value, (int) len); /* VALUE */ |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 771 | |
| 772 | #ifdef EXTREME_DEBUG |
hasso | 529d65b | 2004-12-24 00:14:50 +0000 | [diff] [blame] | 773 | zlog_debug ("Added TLV %d len %d", tag, len); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 774 | #endif /* EXTREME DEBUG */ |
| 775 | return ISIS_OK; |
| 776 | } |
| 777 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 778 | int |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 779 | tlv_add_area_addrs (struct list *area_addrs, struct stream *stream) |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 780 | { |
| 781 | struct listnode *node; |
| 782 | struct area_addr *area_addr; |
| 783 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 784 | u_char value[255]; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 785 | u_char *pos = value; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 786 | |
paul | 1eb8ef2 | 2005-04-07 07:30:20 +0000 | [diff] [blame] | 787 | for (ALL_LIST_ELEMENTS_RO (area_addrs, node, area_addr)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 788 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 789 | if (pos - value + area_addr->addr_len > 255) |
| 790 | goto err; |
| 791 | *pos = area_addr->addr_len; |
| 792 | pos++; |
| 793 | memcpy (pos, area_addr->area_addr, (int) area_addr->addr_len); |
| 794 | pos += area_addr->addr_len; |
| 795 | } |
| 796 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 797 | return add_tlv (AREA_ADDRESSES, pos - value, value, stream); |
| 798 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 799 | err: |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 800 | zlog_warn ("tlv_add_area_addrs(): TLV longer than 255"); |
| 801 | return ISIS_WARNING; |
| 802 | } |
| 803 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 804 | int |
| 805 | tlv_add_is_neighs (struct list *is_neighs, struct stream *stream) |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 806 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 807 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 808 | struct is_neigh *is_neigh; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 809 | u_char value[255]; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 810 | u_char *pos = value; |
| 811 | int retval; |
| 812 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 813 | *pos = 0; /*is_neigh->virtual; */ |
| 814 | pos++; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 815 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 816 | for (ALL_LIST_ELEMENTS_RO (is_neighs, node, is_neigh)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 817 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 818 | if (pos - value + IS_NEIGHBOURS_LEN > 255) |
| 819 | { |
| 820 | retval = add_tlv (IS_NEIGHBOURS, pos - value, value, stream); |
| 821 | if (retval != ISIS_OK) |
| 822 | return retval; |
| 823 | pos = value; |
| 824 | } |
| 825 | *pos = is_neigh->metrics.metric_default; |
| 826 | pos++; |
| 827 | *pos = is_neigh->metrics.metric_delay; |
| 828 | pos++; |
| 829 | *pos = is_neigh->metrics.metric_expense; |
| 830 | pos++; |
| 831 | *pos = is_neigh->metrics.metric_error; |
| 832 | pos++; |
| 833 | memcpy (pos, is_neigh->neigh_id, ISIS_SYS_ID_LEN + 1); |
| 834 | pos += ISIS_SYS_ID_LEN + 1; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 835 | } |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 836 | |
| 837 | return add_tlv (IS_NEIGHBOURS, pos - value, value, stream); |
| 838 | } |
| 839 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 840 | int |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 841 | tlv_add_te_is_neighs (struct list *te_is_neighs, struct stream *stream) |
| 842 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 843 | struct listnode *node; |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 844 | struct te_is_neigh *te_is_neigh; |
| 845 | u_char value[255]; |
| 846 | u_char *pos = value; |
| 847 | int retval; |
| 848 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 849 | for (ALL_LIST_ELEMENTS_RO (te_is_neighs, node, te_is_neigh)) |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 850 | { |
| 851 | /* FIXME: This will be wrong if we are going to add TE sub TLVs. */ |
| 852 | if (pos - value + IS_NEIGHBOURS_LEN > 255) |
| 853 | { |
| 854 | retval = add_tlv (TE_IS_NEIGHBOURS, pos - value, value, stream); |
| 855 | if (retval != ISIS_OK) |
| 856 | return retval; |
| 857 | pos = value; |
| 858 | } |
| 859 | |
| 860 | memcpy (pos, te_is_neigh->neigh_id, ISIS_SYS_ID_LEN + 1); |
| 861 | pos += ISIS_SYS_ID_LEN + 1; |
| 862 | memcpy (pos, te_is_neigh->te_metric, 3); |
| 863 | pos += 3; |
| 864 | /* Sub TLVs length. */ |
| 865 | *pos = 0; |
| 866 | pos++; |
| 867 | } |
| 868 | |
| 869 | return add_tlv (TE_IS_NEIGHBOURS, pos - value, value, stream); |
| 870 | } |
| 871 | |
| 872 | int |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 873 | tlv_add_lan_neighs (struct list *lan_neighs, struct stream *stream) |
| 874 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 875 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 876 | u_char *snpa; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 877 | u_char value[255]; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 878 | u_char *pos = value; |
| 879 | int retval; |
| 880 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 881 | for (ALL_LIST_ELEMENTS_RO (lan_neighs, node, snpa)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 882 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 883 | if (pos - value + ETH_ALEN > 255) |
| 884 | { |
| 885 | retval = add_tlv (LAN_NEIGHBOURS, pos - value, value, stream); |
| 886 | if (retval != ISIS_OK) |
| 887 | return retval; |
| 888 | pos = value; |
| 889 | } |
| 890 | memcpy (pos, snpa, ETH_ALEN); |
| 891 | pos += ETH_ALEN; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 892 | } |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 893 | |
| 894 | return add_tlv (LAN_NEIGHBOURS, pos - value, value, stream); |
| 895 | } |
| 896 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 897 | int |
| 898 | tlv_add_nlpid (struct nlpids *nlpids, struct stream *stream) |
| 899 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 900 | return add_tlv (PROTOCOLS_SUPPORTED, nlpids->count, nlpids->nlpids, stream); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 901 | } |
| 902 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 903 | int |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 904 | tlv_add_authinfo (u_char auth_type, u_char auth_len, u_char *auth_value, |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 905 | struct stream *stream) |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 906 | { |
| 907 | u_char value[255]; |
| 908 | u_char *pos = value; |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 909 | *pos++ = auth_type; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 910 | memcpy (pos, auth_value, auth_len); |
| 911 | |
| 912 | return add_tlv (AUTH_INFO, auth_len + 1, value, stream); |
| 913 | } |
| 914 | |
| 915 | int |
| 916 | tlv_add_checksum (struct checksum *checksum, struct stream *stream) |
| 917 | { |
| 918 | u_char value[255]; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 919 | u_char *pos = value; |
| 920 | return add_tlv (CHECKSUM, pos - value, value, stream); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 921 | } |
| 922 | |
| 923 | int |
| 924 | tlv_add_ip_addrs (struct list *ip_addrs, struct stream *stream) |
| 925 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 926 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 927 | struct prefix_ipv4 *ipv4; |
| 928 | u_char value[255]; |
| 929 | u_char *pos = value; |
| 930 | int retval; |
| 931 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 932 | for (ALL_LIST_ELEMENTS_RO (ip_addrs, node, ipv4)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 933 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 934 | if (pos - value + IPV4_MAX_BYTELEN > 255) |
| 935 | { |
David Lamparter | 91d799e | 2012-11-27 01:10:24 +0000 | [diff] [blame] | 936 | /* RFC 1195 s4.2: only one tuple of 63 allowed. */ |
| 937 | zlog_warn ("tlv_add_ip_addrs(): cutting off at 63 IP addresses"); |
| 938 | break; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 939 | } |
| 940 | *(u_int32_t *) pos = ipv4->prefix.s_addr; |
| 941 | pos += IPV4_MAX_BYTELEN; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 942 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 943 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 944 | return add_tlv (IPV4_ADDR, pos - value, value, stream); |
| 945 | } |
| 946 | |
hasso | 81ad8f6 | 2005-09-26 17:58:24 +0000 | [diff] [blame] | 947 | /* Used to add TLV containing just one IPv4 address - either IPv4 address TLV |
| 948 | * (in case of LSP) or TE router ID TLV. */ |
| 949 | int |
| 950 | tlv_add_in_addr (struct in_addr *addr, struct stream *stream, u_char tag) |
| 951 | { |
| 952 | u_char value[255]; |
| 953 | u_char *pos = value; |
| 954 | |
| 955 | memcpy (pos, addr, IPV4_MAX_BYTELEN); |
| 956 | pos += IPV4_MAX_BYTELEN; |
| 957 | |
| 958 | return add_tlv (tag, pos - value, value, stream); |
| 959 | } |
| 960 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 961 | int |
| 962 | tlv_add_dynamic_hostname (struct hostname *hostname, struct stream *stream) |
| 963 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 964 | return add_tlv (DYNAMIC_HOSTNAME, hostname->namelen, hostname->name, |
| 965 | stream); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 966 | } |
| 967 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 968 | int |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 969 | tlv_add_lsp_entries (struct list *lsps, struct stream *stream) |
| 970 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 971 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 972 | struct isis_lsp *lsp; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 973 | u_char value[255]; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 974 | u_char *pos = value; |
| 975 | int retval; |
| 976 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 977 | for (ALL_LIST_ELEMENTS_RO (lsps, node, lsp)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 978 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 979 | if (pos - value + LSP_ENTRIES_LEN > 255) |
| 980 | { |
| 981 | retval = add_tlv (LSP_ENTRIES, pos - value, value, stream); |
| 982 | if (retval != ISIS_OK) |
| 983 | return retval; |
| 984 | pos = value; |
| 985 | } |
| 986 | *((u_int16_t *) pos) = lsp->lsp_header->rem_lifetime; |
| 987 | pos += 2; |
| 988 | memcpy (pos, lsp->lsp_header->lsp_id, ISIS_SYS_ID_LEN + 2); |
| 989 | pos += ISIS_SYS_ID_LEN + 2; |
| 990 | *((u_int32_t *) pos) = lsp->lsp_header->seq_num; |
| 991 | pos += 4; |
| 992 | *((u_int16_t *) pos) = lsp->lsp_header->checksum; |
| 993 | pos += 2; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 994 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 995 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 996 | return add_tlv (LSP_ENTRIES, pos - value, value, stream); |
| 997 | } |
| 998 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 999 | int |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1000 | tlv_add_ipv4_reachs (struct list *ipv4_reachs, struct stream *stream) |
| 1001 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1002 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1003 | struct ipv4_reachability *reach; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1004 | u_char value[255]; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1005 | u_char *pos = value; |
| 1006 | int retval; |
| 1007 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1008 | for (ALL_LIST_ELEMENTS_RO (ipv4_reachs, node, reach)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1009 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1010 | if (pos - value + IPV4_REACH_LEN > 255) |
| 1011 | { |
| 1012 | retval = |
| 1013 | add_tlv (IPV4_INT_REACHABILITY, pos - value, value, stream); |
| 1014 | if (retval != ISIS_OK) |
| 1015 | return retval; |
| 1016 | pos = value; |
| 1017 | } |
| 1018 | *pos = reach->metrics.metric_default; |
| 1019 | pos++; |
| 1020 | *pos = reach->metrics.metric_delay; |
| 1021 | pos++; |
| 1022 | *pos = reach->metrics.metric_expense; |
| 1023 | pos++; |
| 1024 | *pos = reach->metrics.metric_error; |
| 1025 | pos++; |
| 1026 | *(u_int32_t *) pos = reach->prefix.s_addr; |
| 1027 | pos += IPV4_MAX_BYTELEN; |
| 1028 | *(u_int32_t *) pos = reach->mask.s_addr; |
| 1029 | pos += IPV4_MAX_BYTELEN; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1030 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1031 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1032 | return add_tlv (IPV4_INT_REACHABILITY, pos - value, value, stream); |
| 1033 | } |
| 1034 | |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 1035 | int |
| 1036 | tlv_add_te_ipv4_reachs (struct list *te_ipv4_reachs, struct stream *stream) |
| 1037 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1038 | struct listnode *node; |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 1039 | struct te_ipv4_reachability *te_reach; |
| 1040 | u_char value[255]; |
| 1041 | u_char *pos = value; |
| 1042 | u_char prefix_size; |
| 1043 | int retval; |
| 1044 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1045 | for (ALL_LIST_ELEMENTS_RO (te_ipv4_reachs, node, te_reach)) |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 1046 | { |
| 1047 | prefix_size = ((((te_reach->control & 0x3F) - 1) >> 3) + 1); |
| 1048 | |
| 1049 | if (pos - value + (5 + prefix_size) > 255) |
| 1050 | { |
| 1051 | retval = |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 1052 | add_tlv (TE_IPV4_REACHABILITY, pos - value, value, stream); |
hasso | ea3be4c | 2005-09-26 17:11:12 +0000 | [diff] [blame] | 1053 | if (retval != ISIS_OK) |
| 1054 | return retval; |
| 1055 | pos = value; |
| 1056 | } |
| 1057 | *(u_int32_t *) pos = te_reach->te_metric; |
| 1058 | pos += 4; |
| 1059 | *pos = te_reach->control; |
| 1060 | pos++; |
| 1061 | memcpy (pos, &te_reach->prefix_start, prefix_size); |
| 1062 | pos += prefix_size; |
| 1063 | } |
| 1064 | |
| 1065 | return add_tlv (TE_IPV4_REACHABILITY, pos - value, value, stream); |
| 1066 | } |
| 1067 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1068 | #ifdef HAVE_IPV6 |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1069 | int |
| 1070 | tlv_add_ipv6_addrs (struct list *ipv6_addrs, struct stream *stream) |
| 1071 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1072 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1073 | struct prefix_ipv6 *ipv6; |
| 1074 | u_char value[255]; |
| 1075 | u_char *pos = value; |
| 1076 | int retval; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1077 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1078 | for (ALL_LIST_ELEMENTS_RO (ipv6_addrs, node, ipv6)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1079 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1080 | if (pos - value + IPV6_MAX_BYTELEN > 255) |
| 1081 | { |
| 1082 | retval = add_tlv (IPV6_ADDR, pos - value, value, stream); |
| 1083 | if (retval != ISIS_OK) |
| 1084 | return retval; |
| 1085 | pos = value; |
| 1086 | } |
| 1087 | memcpy (pos, ipv6->prefix.s6_addr, IPV6_MAX_BYTELEN); |
| 1088 | pos += IPV6_MAX_BYTELEN; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1089 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1090 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1091 | return add_tlv (IPV6_ADDR, pos - value, value, stream); |
| 1092 | } |
| 1093 | |
| 1094 | int |
| 1095 | tlv_add_ipv6_reachs (struct list *ipv6_reachs, struct stream *stream) |
| 1096 | { |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1097 | struct listnode *node; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1098 | struct ipv6_reachability *ip6reach; |
| 1099 | u_char value[255]; |
| 1100 | u_char *pos = value; |
| 1101 | int retval, prefix_octets; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1102 | |
hasso | 3fdb2dd | 2005-09-28 18:45:54 +0000 | [diff] [blame] | 1103 | for (ALL_LIST_ELEMENTS_RO (ipv6_reachs, node, ip6reach)) |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1104 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1105 | if (pos - value + IPV6_MAX_BYTELEN + 6 > 255) |
| 1106 | { |
| 1107 | retval = add_tlv (IPV6_REACHABILITY, pos - value, value, stream); |
| 1108 | if (retval != ISIS_OK) |
| 1109 | return retval; |
| 1110 | pos = value; |
| 1111 | } |
| 1112 | *(uint32_t *) pos = ip6reach->metric; |
| 1113 | pos += 4; |
| 1114 | *pos = ip6reach->control_info; |
| 1115 | pos++; |
| 1116 | prefix_octets = ((ip6reach->prefix_len + 7) / 8); |
| 1117 | *pos = ip6reach->prefix_len; |
| 1118 | pos++; |
| 1119 | memcpy (pos, ip6reach->prefix, prefix_octets); |
| 1120 | pos += prefix_octets; |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1121 | } |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1122 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1123 | return add_tlv (IPV6_REACHABILITY, pos - value, value, stream); |
| 1124 | } |
| 1125 | #endif /* HAVE_IPV6 */ |
| 1126 | |
| 1127 | int |
| 1128 | tlv_add_padding (struct stream *stream) |
| 1129 | { |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1130 | int fullpads, i, left; |
| 1131 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1132 | /* |
| 1133 | * How many times can we add full padding ? |
| 1134 | */ |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 1135 | fullpads = (stream_get_size (stream) - stream_get_endp (stream)) / 257; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1136 | for (i = 0; i < fullpads; i++) |
| 1137 | { |
| 1138 | if (!stream_putc (stream, (u_char) PADDING)) /* TAG */ |
| 1139 | goto err; |
| 1140 | if (!stream_putc (stream, (u_char) 255)) /* LENGHT */ |
| 1141 | goto err; |
paul | 15935e9 | 2005-05-03 09:27:23 +0000 | [diff] [blame] | 1142 | stream_put (stream, NULL, 255); /* zero padding */ |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1143 | } |
| 1144 | |
Josh Bailey | 3f045a0 | 2012-03-24 08:35:20 -0700 | [diff] [blame] | 1145 | left = stream_get_size (stream) - stream_get_endp (stream); |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1146 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1147 | if (left < 2) |
| 1148 | return ISIS_OK; |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1149 | |
| 1150 | if (left == 2) |
| 1151 | { |
| 1152 | stream_putc (stream, PADDING); |
| 1153 | stream_putc (stream, 0); |
| 1154 | return ISIS_OK; |
| 1155 | } |
| 1156 | |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1157 | stream_putc (stream, PADDING); |
| 1158 | stream_putc (stream, left - 2); |
paul | 15935e9 | 2005-05-03 09:27:23 +0000 | [diff] [blame] | 1159 | stream_put (stream, NULL, left-2); |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1160 | |
| 1161 | return ISIS_OK; |
| 1162 | |
hasso | f390d2c | 2004-09-10 20:48:21 +0000 | [diff] [blame] | 1163 | err: |
jardin | eb5d44e | 2003-12-23 08:09:43 +0000 | [diff] [blame] | 1164 | zlog_warn ("tlv_add_padding(): no room for tlv"); |
| 1165 | return ISIS_WARNING; |
| 1166 | } |