class ACIrb::IsisLspRec
Public Instance Methods
rn()
click to toggle source
# File lib/acirb/model/isis.rb, line 2145 def rn 'lsp-' << @attributes['sysId'] << '-' << @attributes['lanId'] << '-' << @attributes['frag'] << '' end