Method: ACIrb::OspfInterLeakP#rn
- Defined in:
- lib/acirb/ospf.rb
#rn ⇒ Object
1815 1816 1817 |
# File 'lib/acirb/ospf.rb', line 1815 def rn 'interleak-' << @attributes['proto'] << '-' << @attributes['inst'] << '-' << @attributes['asn'] << '' end |