diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-06-16 18:32:48 +0900 |
---|---|---|
committer | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2015-06-16 18:48:49 +0900 |
commit | 5bdee9c91b4c0af701d37916d24808fb323f3cb9 (patch) | |
tree | 57f622f33dbb9584c91a8f7272524c3d678be0b2 /policy/policy.go | |
parent | b109116fb80767040dddeabd45f64bd236b43be2 (diff) |
cli: fix cli of policy
- fix bug that del all command can not be used
- fix bug that can enter the option of conditions other than add subcommand
- fix bug that can not enter the option of actions in the routepolicy (add) subcommand
- chenge syntax of routepolicy (add) subcommand
aggregate the option flags of conditions and actions
+ before
% gobgp routepolicy add <policy> <statement name> conditions [<option flags of conditions> ...]
% gobgp routepolicy add <policy> <statement name> actions [<option flags of actions> ...]
+ after
% gobgp routepolicy add <policy> <statement name> [<option flags of conditions and actions>...]
Diffstat (limited to 'policy/policy.go')
0 files changed, 0 insertions, 0 deletions