Re: ForCES Protocol Implementation Issues
Jamal Hadi Salim <[email protected]> Thu, 13 Sep 2007 10:42:30 -0400
| Newsgroups | gmane.ietf.forces |
|---|---|
| Organization | ZNYX Networks |
| Message-ID | <1189694550.4236.19.camel@localhost> |
On Thu, 2007-13-09 at 00:50 -0400, B. J. Kang wrote: > >If you want to reset the contents of a table, > >simply make the table (not an element of the > >table, but the table itself) the target of a SET > >operation, and provide the contents you want to > >set it to (including a 0 length content, which will create an empty table.) > > > > Thanks for your answer. But it is a normal solution, or a trick? No, it is not a trick - rather design intent. If you look at the examples, you will see some that dump the whole table with GET operation. Likewise a table flush/delete will be of the same nature with the appropriate operation. The path points to the object, the operation says what to do. Do you think we need to be explicit on this issue? cheers, jamal