K 10 svn:author V 2 kp K 8 svn:date V 27 2021-05-27T10:22:09.337850Z K 7 svn:log V 693 pf: Support killing floating states by interface Floating states get assigned to interface 'all' (V_pfi_all), so when we try to flush all states for an interface states originally created through this interface are not flushed. Only if-bound states can be flushed in this way. Given that we track the original interface we can check if the state's interface is 'all', and if so compare to the orig_if instead. MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D30246 (cherry picked from commit b62489cc92edbec318fb6c57cdc02b5e3cfa3a67) Git Hash: b8c1a98438c0b6b36063a5a17a2fd625738bb9e0 Git Author: kp@FreeBSD.org END