"Zhang, Chen" <chen.zh...@intel.com> writes: >> -----Original Message----- >> From: Markus Armbruster <arm...@redhat.com> [...] >> Now let's look at colo-passthrough-del. I figure it is for deleting the >> kind of >> things colo-passthrough-add adds. >> > > Yes. > >> What exactly is deleted? The thing created with the exact same arguments? >> > > Delete the rule from the module's private bypass list. > When user input a rule, the colo-passthrough-del will find the specific > module by the object ID, > Then delete the rule. > >> This would be unusual. Commonly, FOO-add and FOO-del both take a string >> ID argument. The FOO created by FOO-add remembers its ID, and FOO-del >> deletes by ID. > > The ID not for rules itself, it just logged the modules(ID tagged) affected > by the rule.
I'm not sure I understand. If you're pointing out that existing colo-passthrough-del parameter @id is not suitable for use as unique rule ID: you can always add another parameter that is suitable.