mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
before:
```yaml
actions:
route-disposition:
accept-route: true
reject-route: false
```
after
```yaml
action:
router-disposition: accept-route
```
Signed-off-by: Wataru Ishida <[email protected]>