Sha256: 8523b39fb2976a83f49ddbba961f2c0d8432d8335b16b621a318485164852e9a
Contents?: true
Size: 259 Bytes
Versions: 4
Compression:
Stored size: 259 Bytes
Contents
module Clusterfuck class ExaBGPPeer < BGPPeer # We use a hard-coded ASN with exabgp clients in order # to support community weights EXABGP_ASN = 65534 def initialize(name, **args) args[:asn] = EXABGP_ASN super end end end
Version data entries
4 entries across 4 versions & 1 rubygems