equal
deleted
inserted
replaced
199 { $arg{ctx}->{"ip-vrf-fwd"} = $item{word} } |
199 { $arg{ctx}->{"ip-vrf-fwd"} = $item{word} } |
200 | "bridge-group" num |
200 | "bridge-group" num |
201 { $arg{ctx}->{"bridge-group"} = $item{num} } |
201 { $arg{ctx}->{"bridge-group"} = $item{num} } |
202 | "framing" keyword |
202 | "framing" keyword |
203 { $arg{ctx}->{framing} = $item{keyword} } |
203 { $arg{ctx}->{framing} = $item{keyword} } |
|
204 | "ip" "mtu" num |
|
205 { $arg{ctx}->{mtu} = $item{num} } |
|
206 | "service-policy" /input|output/ identifier |
|
207 { $arg{ctx}->{'service-policy'}->{$item[2]} = $item{identifier} } |
|
208 | "ip" "access-group" identifier /in|out/ |
|
209 { $arg{ctx}->{'access-group'}->{$item[4]} = $item{identifier} } |
204 |
210 |
205 # vrf |
211 # vrf |
206 l_vrf: "0" "ip" "vrf" keyword eol |
212 l_vrf: "0" "ip" "vrf" keyword eol |
207 { $::res->{"ip-vrf"} = $item{keyword} } |
213 { $::res->{"ip-vrf"} = $item{keyword} } |
208 |
214 |