bgpctl network bulk requires now the specification of 'add' or 'delete'.
authorclaudio <claudio@openbsd.org>
Wed, 12 Apr 2023 17:19:16 +0000 (17:19 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 12 Apr 2023 17:19:16 +0000 (17:19 +0000)
commit325664f108941af9737ec5fc9df0589f0643a466
tree9f7da47b84d4ddb306a9b11c7613f77f2d3c3994
parent16c9a88c93aaf842793e61eed5b7922d6c7d8d69
bgpctl network bulk requires now the specification of 'add' or 'delete'.
In the add case the extra attributes can be specified afterwards.
This makes the parser behave cleaner since 'add' and 'delete' are removed
from the attribute set table.
OK tb@
usr.sbin/bgpctl/bgpctl.8
usr.sbin/bgpctl/parser.c