gobgp
gobgp copied to clipboard
policy: ImplementAsAppendAction
In this PR, we implement "as-append" action which appends AS to the tail of AS_PATH. Usage:
$ gobgp policy statement <statement name> add action as-append <as num> <repeat num>
[policy-definitions.statements.actions.bgp-actions.set-as-path-append]
as = "6666"
repeat-n = 3
Would it be possible to merge this?