CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/12 11:19:16
Modified files:
usr.sbin/bgpctl: bgpctl.8 parser.c
Log message:
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@
