Closed justinbastress closed 6 years ago
Fix for #8 -- https://github.com/osrg/gobgp/commit/7a3cc616c3126bff5245c7a97d7fbe2904a67a24#diff-edc4c63655c0080e1c8f6d1feeef9461 removed Value []byte from PathAttribute, and added Value uint8 to PathAttributeOrigin.
Value []byte
PathAttribute
Value uint8
PathAttributeOrigin
Fix for #8 -- https://github.com/osrg/gobgp/commit/7a3cc616c3126bff5245c7a97d7fbe2904a67a24#diff-edc4c63655c0080e1c8f6d1feeef9461 removed
Value []byte
fromPathAttribute
, and addedValue uint8
toPathAttributeOrigin
.