equal
deleted
inserted
replaced
163 | "pbt" /encap|decap/"-tunnel" /\w+/ /\S+/ identifier avls |
163 | "pbt" /encap|decap/"-tunnel" /\w+/ /\S+/ identifier avls |
164 { |
164 { |
165 $::res->{"pbt-tunnel"}->{$item{identifier}}->{type} = $item[2]; |
165 $::res->{"pbt-tunnel"}->{$item{identifier}}->{type} = $item[2]; |
166 consume_avl("pbt-tunnel", $item{identifier}) |
166 consume_avl("pbt-tunnel", $item{identifier}) |
167 } |
167 } |
|
168 | "pbt" "remote-bridge" "create" "bridge-name" identifier avls |
|
169 { |
|
170 $::res->{pbt}->{'remote-bridge'}->{$item{identifier}} = {}; |
|
171 consume_avl_ptr($::res->{pbt}->{'remote-bridge'}, $item{identifier}) |
|
172 } |
168 |
173 |
169 # Tunnel pair |
174 # Tunnel pair |
170 l_tunnel_pair: "tunnel" "pair" "create" "tnl-pair" identifier avls |
175 l_tunnel_pair: "tunnel" "pair" "create" "tnl-pair" identifier avls |
171 { consume_avl("tunnel-pair", $item{identifier}) } |
176 { consume_avl("tunnel-pair", $item{identifier}) } |
172 |
177 |