class ACIrb::QospDot1pRule
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/qosp.rb, line 144 def rn 'dot1p-f-' << @attributes['from'] << '-t-' << @attributes['to'] << '-grp-' << @attributes['qosGrp'] << '-dscp-' << @attributes['markDscp'] << '' end