K 10 svn:author V 2 ae K 8 svn:date V 27 2019-07-01T10:15:52.414714Z K 7 svn:log V 508 MFC r348235: Add `missing` and `or-flush` options to "ipfw table create" command to simplify firewall reloading. The `missing` option suppresses EEXIST error code, but does check that existing table has the same parameters as new one. The `or-flush` option implies `missing` option and additionally does flush for table if it is already exist. Submitted by: lev Differential Revision: https://reviews.freebsd.org/D18339 MFC r348301: Remove unused token that was added in r348235. END