Method: ACIrb::BgpPath#rn
- Defined in:
- lib/acirb/bgp.rb
#rn ⇒ Object
1128 1129 1130 |
# File 'lib/acirb/bgp.rb', line 1128 def rn 'path-[' << @attributes['peer'] << ']-id-' << @attributes['id'] << '-nh-[' << @attributes['nh'] << ']' end |