# HG changeset patch # User Tomas Zeman # Date 1345544553 -7200 # Node ID b39ab9900b2451779190822692b9c3bda2545e85 # Parent d925a22bbcf39b419523a18057d83a8d4f2ecd42 oneaccess.gramar: interface mtu, service-policy, access-group diff -r d925a22bbcf3 -r b39ab9900b24 oneaccess.gramar --- a/oneaccess.gramar Tue Aug 21 12:10:00 2012 +0200 +++ b/oneaccess.gramar Tue Aug 21 12:22:33 2012 +0200 @@ -201,6 +201,12 @@ { $arg{ctx}->{"bridge-group"} = $item{num} } | "framing" keyword { $arg{ctx}->{framing} = $item{keyword} } + | "ip" "mtu" num + { $arg{ctx}->{mtu} = $item{num} } + | "service-policy" /input|output/ identifier + { $arg{ctx}->{'service-policy'}->{$item[2]} = $item{identifier} } + | "ip" "access-group" identifier /in|out/ + { $arg{ctx}->{'access-group'}->{$item[4]} = $item{identifier} } # vrf l_vrf: "0" "ip" "vrf" keyword eol