86 |
*/ |
*/ |
87 |
if (tkline_time != 0) |
if (tkline_time != 0) |
88 |
cluster_a_line(source_p, "ENCAP", CAP_ENCAP, SHARED_RESV, |
cluster_a_line(source_p, "ENCAP", CAP_ENCAP, SHARED_RESV, |
89 |
"RESV %d %s 0 : %s", (int)tkline_time, resv, reason); |
"RESV %d %s 0 :%s", (int)tkline_time, resv, reason); |
90 |
else |
else |
91 |
cluster_a_line(source_p, "RESV", CAP_KLN, SHARED_RESV, |
cluster_a_line(source_p, "RESV", CAP_KLN, SHARED_RESV, |
92 |
"%s : %s", resv, reason); |
"%s :%s", resv, reason); |
93 |
} |
} |
94 |
|
|
95 |
parse_resv(source_p, resv, (int)tkline_time, reason); |
parse_resv(source_p, resv, (int)tkline_time, reason); |