3 * Copyright (C) James R. Leu 2000
6 * This software is covered under the LGPL, for more
7 * info check out http://www.gnu.org/copyleft/lgpl.html
10 #ifndef _LDP_STRUCT_H_
11 #define _LDP_STRUCT_H_
13 #include "mpls_struct.h"
14 #include "mpls_list.h"
15 #include "mpls_refcnt.h"
17 MPLS_LIST_ROOT(ldp_outlabel_list
, ldp_outlabel
);
18 MPLS_LIST_ROOT(ldp_resource_list
, ldp_resource
);
19 MPLS_LIST_ROOT(ldp_hop_list_list
, ldp_hop_list
);
20 MPLS_LIST_ROOT(ldp_inlabel_list
, ldp_inlabel
);
21 MPLS_LIST_ROOT(ldp_session_list
, ldp_session
);
22 MPLS_LIST_ROOT(ldp_nexthop_list
, ldp_nexthop
);
23 MPLS_LIST_ROOT(ldp_entity_list
, ldp_entity
);
24 MPLS_LIST_ROOT(ldp_tunnel_list
, ldp_tunnel
);
25 MPLS_LIST_ROOT(ldp_addr_list
, ldp_addr
);
26 MPLS_LIST_ROOT(ldp_attr_list
, ldp_attr
);
27 MPLS_LIST_ROOT(ldp_peer_list
, ldp_peer
);
28 MPLS_LIST_ROOT(_ldp_hop_list
, ldp_hop
);
29 MPLS_LIST_ROOT(ldp_adj_list
, ldp_adj
);
30 MPLS_LIST_ROOT(ldp_fec_list
, ldp_fec
);
31 MPLS_LIST_ROOT(ldp_fs_list
, ldp_fs
);
32 MPLS_LIST_ROOT(ldp_if_list
, ldp_if
);
34 typedef struct ldp_attr_list ldp_attr_list
;
40 } ldp_entity_type_enum
;
43 LDP_CONTROL_INDEPENDENT
= 1,
48 LDP_RETENTION_LIBERAL
= 1,
49 LDP_RETENTION_CONSERVATIVE
61 LDP_LOOP_HOPCOUNT_PATHVECTOR
,
63 } ldp_loop_detection_mode
;
66 LDP_TRANS_ADDR_NONE
= 0,
67 LDP_TRANS_ADDR_INTERFACE
,
69 } ldp_trans_addr_mode
;
72 LDP_DISTRIBUTION_UNSOLICITED
= 0,
73 LDP_DISTRIBUTION_ONDEMAND
= 1,
74 } ldp_distribution_mode
;
98 LDP_EVENT_TCP_CONNECT
,
106 LDP_STATE_INITIALIZED
,
109 LDP_STATE_OPERATIONAL
113 LDP_KEEPALIVE_RECV
= 1,
115 } ldp_keepalive_type
;
118 LDP_LSP_STATE_REQ_RECV
,
119 LDP_LSP_STATE_REQ_SENT
,
120 LDP_LSP_STATE_MAP_RECV
,
121 LDP_LSP_STATE_MAP_SENT
,
122 LDP_LSP_STATE_WITH_SENT
,
123 LDP_LSP_STATE_WITH_RECV
,
124 LDP_LSP_STATE_NO_LABEL_RESOURCE_SENT
,
125 LDP_LSP_STATE_NO_LABEL_RESOURCE_RECV
,
126 LDP_LSP_STATE_ABORT_SENT
,
127 LDP_LSP_STATE_ABORT_RECV
,
128 LDP_LSP_STATE_NOTIF_SENT
,
129 LDP_LSP_STATE_NOTIF_RECV
133 LDP_TRACE_FLAG_ADDRESS
= 0x00000001,
134 LDP_TRACE_FLAG_BINDING
= 0x00000002,
135 LDP_TRACE_FLAG_DEBUG
= 0x00000004,
136 LDP_TRACE_FLAG_ERROR
= 0x00000008,
137 LDP_TRACE_FLAG_EVENT
= 0x00000010,
138 LDP_TRACE_FLAG_GENERAL
= 0x00000020,
139 LDP_TRACE_FLAG_INIT
= 0x00000040,
140 LDP_TRACE_FLAG_LABEL
= 0x00000080,
141 LDP_TRACE_FLAG_NORMAL
= 0x00000100,
142 LDP_TRACE_FLAG_NOTIF
= 0x00000200,
143 LDP_TRACE_FLAG_PACKET_DUMP
= 0x00000400,
144 LDP_TRACE_FLAG_PACKET
= 0x00000800,
145 LDP_TRACE_FLAG_PATH
= 0x00001000,
146 LDP_TRACE_FLAG_PERIODIC
= 0x00002000,
147 LDP_TRACE_FLAG_POLICY
= 0x00004000,
148 LDP_TRACE_FLAG_ROUTE
= 0x00008000,
149 LDP_TRACE_FLAG_STATE
= 0x00010000,
150 LDP_TRACE_FLAG_TASK
= 0x00020000,
151 LDP_TRACE_FLAG_TIMER
= 0x00040000,
152 LDP_TRACE_FLAG_ALL
= 0xFFFFFFFF
158 LDP_NOTIF_BAD_LDP_ID
,
160 LDP_NOTIF_BAD_PDU_LEN
,
161 LDP_NOTIF_UNKNOWN_MESG
,
162 LDP_NOTIF_BAD_MESG_LEN
,
163 LDP_NOTIF_UNKNOWN_TVL
,
164 LDP_NOTIF_BAD_TLV_LEN
,
165 LDP_NOTIF_MALFORMED_TLV
,
166 LDP_NOTIF_HOLD_TIMER_EXPIRED
,
168 LDP_NOTIF_LOOP_DETECTED
,
169 LDP_NOTIF_UNKNOWN_FEC
,
171 LDP_NOTIF_NO_LABEL_RESOURCES_AVAILABLE
,
172 LDP_NOTIF_LABEL_RESOURCES_AVAILABLE
,
173 LDP_NOTIF_SESSION_REJECTED_NO_HELLO
,
174 LDP_NOTIF_SESSION_REJECTED_PARAMETERS_ADVERTISEMENT_MODE
,
175 LDP_NOTIF_SESSION_REJECTED_PARAMETERS_MAX_PDU_LEN
,
176 LDP_NOTIF_SESSION_REJECTED_PARAMETERS_LABEL_RANGE
,
177 LDP_NOTIF_KEEPALIVE_TIMER_EXPIRED
,
178 LDP_NOTIF_LABEL_ABORT
,
179 LDP_NOTIF_MISSING_MSG_PARAMS
,
180 LDP_NOTIF_UNSUPORTED_AF
,
181 LDP_NOTIF_SESSION_REJECTED_BAD_KEEPALIVE_TIME
,
182 LDP_NOTIF_INTERNAL_ERROR
185 #define LDP_STATE_NUM 6
186 #define LDP_EVENT_NUM 10
187 #define LDP_FUNC_NUM 10
189 #include "ldp_defaults.h"
190 #include "mpls_handle_type.h"
191 #include "ldp_nortel.h"
193 typedef struct ldp_mesg
{
194 mplsLdpHeader_t header
;
196 mplsLdpMsg_t generic
;
197 mplsLdpInitMsg_t init
;
198 mplsLdpNotifMsg_t notif
;
199 mplsLdpHelloMsg_t hello
;
200 mplsLdpKeepAlMsg_t keep
;
201 mplsLdpAdrMsg_t addr
;
202 mplsLdpLblMapMsg_t map
;
203 mplsLdpLblReqMsg_t request
;
204 mplsLdpLbl_W_R_Msg_t release
;
205 mplsLdpLblAbortMsg_t abort
;
209 typedef struct ldp_buf
{
218 typedef struct ldp_global
{
219 struct ldp_outlabel_list outlabel
;
220 struct ldp_resource_list resource
;
221 struct ldp_hop_list_list hop_list
;
222 struct ldp_inlabel_list inlabel
;
223 struct ldp_nexthop_list nexthop
;
224 struct ldp_session_list session
;
225 struct ldp_tunnel_list tunnel
;
226 struct ldp_entity_list entity
;
227 struct ldp_peer_list peer
;
228 struct ldp_attr_list attr
;
229 struct ldp_addr_list addr
;
230 struct ldp_adj_list adj
;
231 struct ldp_if_list iff
;
232 struct ldp_fec_list fec
;
234 mpls_lock_handle global_lock
;
235 mpls_instance_handle user_data
;
237 mpls_tree_handle addr_tree
;
238 mpls_tree_handle fec_tree
;
240 mpls_socket_handle hello_socket
;
241 mpls_socket_handle listen_socket
;
243 mpls_timer_mgr_handle timer_handle
;
244 mpls_socket_mgr_handle socket_handle
;
245 mpls_fib_handle fib_handle
;
246 mpls_ifmgr_handle ifmgr_handle
;
249 mpls_cfg_handle lsr_handle
;
251 mpls_mpls_handle mpls_handle
;
255 * CSN changes with every MIB set, BUT only when a entity goes through
256 * shutdown/startup cycle will it grab the new CSN and use it in hellos
258 uint32_t configuration_sequence_number
;
261 * Message ID increaments with EVERY message, this means it will roll over
263 uint32_t message_identifier
;
265 struct mpls_inet_addr lsr_identifier
;
266 mpls_bool send_address_messages
;
267 mpls_bool send_lsrid_mapping
;
268 ldp_control_mode lsp_control_mode
;
269 ldp_retention_mode label_retention_mode
;
270 ldp_repaire_mode lsp_repair_mode
;
271 mpls_bool propagate_release
;
272 mpls_bool label_merge
;
273 ldp_loop_detection_mode loop_detection_mode
;
274 mpls_bool ttl_less_domain
;
275 uint16_t local_tcp_port
;
276 uint16_t local_udp_port
;
277 uint16_t backoff_step
;
278 int no_route_to_peer_time
;
281 * some global defaults, entities will inherit these values unless
282 * instructed otherwise
284 struct mpls_inet_addr transport_address
;
285 uint16_t keepalive_timer
;
286 uint16_t keepalive_interval
;
287 uint16_t hellotime_timer
;
288 uint16_t hellotime_interval
;
290 mpls_admin_state_enum admin_state
;
293 typedef struct ldp_entity
{
295 MPLS_LIST_ELEM(ldp_entity
) _global
;
296 struct ldp_adj_list adj_root
;
298 ldp_entity_type_enum entity_type
;
300 struct ldp_peer
*peer
;
304 ldp_state_enum state
;
305 uint32_t inherit_flag
;
308 struct mpls_inet_addr transport_address
;
309 uint8_t protocol_version
;
310 uint16_t remote_tcp_port
;
311 uint16_t remote_udp_port
;
313 uint16_t keepalive_timer
;
314 uint16_t keepalive_interval
;
315 uint16_t hellotime_timer
;
316 uint16_t hellotime_interval
;
317 uint16_t session_setup_count
;
318 uint16_t session_backoff_timer
;
319 ldp_distribution_mode label_distribution_mode
;
320 uint8_t path_vector_limit
;
321 uint8_t hop_count_limit
;
322 uint8_t label_request_count
;
323 uint16_t label_request_timer
;
324 ldp_loop_detection_mode loop_detection_mode
;
325 mpls_admin_state_enum admin_state
;
326 mpls_bool remote_in_ttl_less_domain
;
327 mpls_bool request_retry
;
333 /* only used for cfg gets */
338 typedef struct ldp_if
{
340 MPLS_LIST_ELEM(ldp_if
) _global
;
341 struct mpls_link_list session_root
;
342 struct ldp_nexthop_list nh_root
;
343 struct ldp_addr_list addr_root
;
344 struct ldp_entity
*entity
;
345 mpls_timer_handle hellotime_send_timer
;
346 int hellotime_send_timer_duration
;
349 mpls_if_handle handle
;
351 struct ldp_mesg
*tx_message
;
352 struct ldp_buf
*tx_buffer
;
353 struct ldp_mesg
*hello
;
355 /* YES this is a dest, it is what we use for sendto */
356 struct mpls_dest dest
;
358 mpls_oper_state_enum oper_state
;
361 /* only used for cfg gets */
362 uint32_t entity_index
;
365 typedef struct ldp_peer
{
367 MPLS_LIST_ELEM(ldp_peer
) _global
;
368 struct ldp_entity
*entity
;
369 mpls_timer_handle no_route_to_peer_timer
;
370 mpls_timer_handle hellotime_send_timer
;
371 int hellotime_send_timer_duration
;
375 struct ldp_mesg
*tx_message
;
376 struct ldp_buf
*tx_buffer
;
377 struct ldp_mesg
*hello
;
379 /* YES this is a dest, it is what we use for sendto */
380 struct mpls_dest dest
;
381 ldp_role_enum target_role
;
383 char peer_name
[MPLS_MAX_IF_NAME
];
384 mpls_oper_state_enum oper_state
;
386 /* only used for cfg gets */
387 uint32_t entity_index
;
390 typedef struct ldp_session
{
392 MPLS_LIST_ELEM(ldp_session
) _global
;
393 struct ldp_outlabel_list outlabel_root
;
394 struct mpls_link_list inlabel_root
;
395 struct mpls_link_list addr_root
;
396 struct ldp_attr_list attr_root
;
397 struct ldp_adj_list adj_root
;
398 mpls_timer_handle initial_distribution_timer
;
399 mpls_timer_handle keepalive_recv_timer
;
400 mpls_timer_handle keepalive_send_timer
;
402 ldp_state_enum state
;
404 ldp_notif_status shutdown_notif
;
405 mpls_bool shutdown_fatal
;
406 mpls_socket_handle socket
;
407 mpls_timer_handle backoff_timer
;
410 /* operational values learned from initialization */
413 int oper_keepalive_interval
;
414 int oper_path_vector_limit
;
415 ldp_distribution_mode oper_distribution_mode
;
416 ldp_loop_detection_mode oper_loop_detection
;
418 /* these values are learned form the remote peer */
419 ldp_distribution_mode remote_distribution_mode
;
420 mpls_bool remote_loop_detection
;
421 int remote_path_vector_limit
;
422 int remote_keepalive
;
424 mpls_dest remote_dest
;
425 uint8_t session_name
[20]; /* xxx.xxx.xxx.xxx:yyy\0 */
427 mpls_bool no_label_resource_sent
;
428 mpls_bool no_label_resource_recv
;
431 /* various message and buffers used for tx and rx */
432 struct ldp_mesg
*keepalive
;
433 struct ldp_mesg
*tx_message
;
434 struct ldp_buf
*tx_buffer
;
436 /* cached from adj's */
437 ldp_role_enum oper_role
;
439 /* these are config values come from entity */
440 ldp_loop_detection_mode cfg_loop_detection_mode
;
441 ldp_distribution_mode cfg_distribution_mode
;
442 mpls_bool cfg_remote_in_ttl_less_domain
;
443 int cfg_label_request_count
;
444 int cfg_label_request_timer
;
445 uint16_t cfg_peer_tcp_port
;
446 int cfg_path_vector_limit
;
447 int cfg_hop_count_limit
;
456 /* only used by cfg gets */
460 typedef struct ldp_adj
{
462 MPLS_LIST_ELEM(ldp_adj
) _global
;
463 MPLS_LIST_ELEM(ldp_adj
) _session
;
464 MPLS_LIST_ELEM(ldp_adj
) _entity
;
465 struct ldp_session
*session
;
466 struct ldp_entity
*entity
;
467 mpls_timer_handle hellotime_recv_timer
;
468 mpls_oper_state_enum state
;
472 /* these values are learned form the remote peer */
473 struct mpls_inet_addr remote_transport_address
;
474 struct mpls_inet_addr remote_source_address
;
475 struct mpls_inet_addr remote_lsr_address
;
476 int remote_label_space
;
477 int remote_hellotime
;
480 /* only used by cfg gets */
481 uint32_t session_index
;
482 uint32_t entity_index
;
485 typedef struct ldp_addr
{
487 MPLS_LIST_ELEM(ldp_addr
) _global
;
488 MPLS_LIST_ELEM(ldp_addr
) _if
;
489 struct mpls_link_list session_root
;
490 struct ldp_nexthop_list nh_root
;
491 struct mpls_inet_addr address
;
495 * if an address has a if_handle it is locally attached
497 mpls_if_handle if_handle
;
501 * only used durring gets
503 uint32_t session_index
;
504 uint32_t nexthop_index
;
510 typedef struct ldp_nexthop
{
512 MPLS_LIST_ELEM(ldp_nexthop
) _global
;
513 MPLS_LIST_ELEM(ldp_nexthop
) _fec
;
514 MPLS_LIST_ELEM(ldp_nexthop
) _addr
;
515 MPLS_LIST_ELEM(ldp_nexthop
) _if
;
516 MPLS_LIST_ELEM(ldp_nexthop
) _outlabel
;
517 struct ldp_outlabel_list outlabel_root
;
518 enum mpls_nexthop_enum type
;
520 struct ldp_addr
*addr
;
522 struct ldp_outlabel
*outlabel
;
523 struct mpls_nexthop info
;
528 typedef struct ldp_outlabel
{
530 MPLS_LIST_ELEM(ldp_outlabel
) _global
;
531 MPLS_LIST_ELEM(ldp_outlabel
) _session
;
532 MPLS_LIST_ELEM(ldp_outlabel
) _nexthop
;
533 struct ldp_inlabel_list inlabel_root
;
534 struct ldp_tunnel_list tunnel_root
;
535 struct ldp_nexthop_list nh_root
;
536 uint32_t merge_count
;
537 struct ldp_attr
*attr
;
538 struct ldp_session
*session
;
539 struct ldp_nexthop
*nh
;
540 struct mpls_outsegment info
;
544 /* only used by get() */
545 uint32_t session_index
;
550 typedef struct ldp_inlabel
{
552 MPLS_LIST_ELEM(ldp_inlabel
) _global
;
553 MPLS_LIST_ELEM(ldp_inlabel
) _outlabel
;
554 struct mpls_link_list session_root
;
555 struct mpls_link_list attr_root
;
556 struct ldp_outlabel
*outlabel
;
557 uint32_t reuse_count
;
559 struct mpls_insegment info
;
561 /* only used by get() */
562 uint32_t outlabel_index
;
565 typedef struct ldp_fec
{
567 MPLS_LIST_ELEM(ldp_fec
) _global
;
568 MPLS_LIST_ELEM(ldp_fec
) _inlabel
;
569 MPLS_LIST_ELEM(ldp_fec
) _outlabel
;
570 MPLS_LIST_ELEM(ldp_fec
) _tree
;
571 MPLS_LIST_ELEM(ldp_fec
) _addr
;
572 MPLS_LIST_ELEM(ldp_fec
) _fec
;
573 MPLS_LIST_ELEM(ldp_fec
) _if
;
574 struct ldp_fs_list fs_root_us
;
575 struct ldp_fs_list fs_root_ds
;
577 struct ldp_nexthop_list nh_root
;
578 struct mpls_fec info
;
582 typedef struct ldp_fs
{
583 struct ldp_attr_list attr_root
;
584 MPLS_LIST_ELEM(ldp_fs
) _fec
;
585 struct ldp_session
*session
;
588 typedef struct ldp_attr
{
592 struct ldp_attr_list us_attr_root
;
593 struct ldp_attr
*ds_attr
;
598 struct ldp_session
*session
;
599 uint32_t attempt_count
;
600 mpls_timer_handle action_timer
;
601 ldp_lsp_state action
;
604 MPLS_LIST_ELEM(ldp_attr
) _session
;
605 MPLS_LIST_ELEM(ldp_attr
) _global
;
606 MPLS_LIST_ELEM(ldp_attr
) _ds_attr
;
607 MPLS_LIST_ELEM(ldp_attr
) _fs
;
609 mplsLdpFecTlv_t fecTlv
;
610 mplsLdpGenLblTlv_t genLblTlv
;
611 mplsLdpAtmLblTlv_t atmLblTlv
;
612 mplsLdpFrLblTlv_t frLblTlv
;
613 mplsLdpHopTlv_t hopCountTlv
;
614 mplsLdpPathTlv_t pathVecTlv
;
615 mplsLdpLblMsgIdTlv_t lblMsgIdTlv
;
616 mplsLdpLspIdTlv_t lspidTlv
;
617 mplsLdpTrafficTlv_t trafficTlv
;
618 mplsLdpStatusTlv_t statusTlv
;
619 mplsLdpRetMsgTlv_t retMsgTlv
;
621 uint8_t fecTlvExists
:1;
622 uint8_t genLblTlvExists
:1;
623 uint8_t atmLblTlvExists
:1;
624 uint8_t frLblTlvExists
:1;
625 uint8_t hopCountTlvExists
:1;
626 uint8_t pathVecTlvExists
:1;
627 uint8_t lblMsgIdTlvExists
:1;
628 uint8_t lspidTlvExists
:1;
629 uint8_t trafficTlvExists
:1;
630 uint8_t statusTlvExists
:1;
631 uint8_t retMsgTlvExists
:1;
633 struct ldp_outlabel
*outlabel
;
634 struct ldp_inlabel
*inlabel
;
636 /* only used for get() */
637 uint32_t inlabel_index
;
638 uint32_t outlabel_index
;
639 uint32_t session_index
;
642 typedef struct ldp_resource
{
644 MPLS_LIST_ELEM(ldp_resource
) _global
;
645 struct ldp_tunnel
*tunnel
;
652 typedef struct ldp_hop
{
654 MPLS_LIST_ELEM(ldp_hop
) _hop_list
;
655 struct ldp_hop_list
*hop_list
;
657 uint32_t hop_list_index
;
658 uint32_t path_option
;
663 typedef struct ldp_hop_list
{
665 MPLS_LIST_ELEM(ldp_hop_list
) _global
;
666 struct _ldp_hop_list hop
;
667 struct ldp_tunnel
*tunnel
;
671 typedef struct ldp_tunnel
{
673 MPLS_LIST_ELEM(ldp_tunnel
) _global
;
674 MPLS_LIST_ELEM(ldp_tunnel
) _outlabel
;
676 mpls_inet_addr ingress_lsrid
;
677 ldp_addr egress_lsrid
;
678 char name
[MPLS_MAX_IF_NAME
];
679 mpls_bool is_interface
;
680 uint32_t outlabel_index
;
681 struct ldp_outlabel
*outlabel
;
684 uint32_t instance_prio
;
685 uint32_t resource_index
;
686 struct ldp_resource
*resource
;
687 uint32_t hop_list_index
;
688 struct ldp_hop_list
*hop_list
;
690 mpls_admin_state_enum admin_state
;
692 uint32_t primary_instance
;
693 uint32_t any_affinity
;
694 uint32_t all_affinity
;
695 uint32_t no_all_affinity
;
696 uint32_t path_in_use
;
698 mpls_bool local_protect
;
699 uint32_t session_attr
;
703 typedef void (*ldp_fib_callback
) (mpls_cfg_handle cfg
, mpls_update_enum type
,
705 typedef void (*ldp_ifmgr_callback
) (mpls_cfg_handle cfg
, mpls_update_enum type
,
706 mpls_inet_addr
*addr
);
707 typedef void (*ldp_tree_callback
) (void *);