Skip to content
Snippets Groups Projects
Commit 0e6ef141 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

switched to separate types for encoding and decoding options

parent 9b143734
No related branches found
No related tags found
No related merge requests found
package packet
type DecodeOptions struct {
Use32BitASN bool
}
package packet
type EncodeOptions struct {
Use32BitASN bool
UseAddPath bool
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment