class ACIrb::CoopMcGrpv6Rec

Public Instance Methods

rn() click to toggle source
# File lib/acirb/model/coop.rb, line 688
def rn
  'mgv6-' << @attributes['version'] << '-mgv6-' << @attributes['srcIp'] << '-mgv6-' << @attributes['mcGrpIp'] << '-mgv6-' << @attributes['vnid'] << ''
end