gobgp icon indicating copy to clipboard operation
gobgp copied to clipboard

policy: ImplementAsAppendAction

Open fujimoto-s opened this issue 6 years ago • 1 comments

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

fujimoto-s avatar Apr 06 '18 07:04 fujimoto-s

Would it be possible to merge this?

mrosic avatar May 23 '22 14:05 mrosic