AddObject adds the specified Obj. Alias of AddObj.
(o Obj)
| 101 | |
| 102 | // AddObject adds the specified Obj. Alias of AddObj. |
| 103 | func (cc *Conn) AddObject(o Obj) Obj { |
| 104 | return cc.AddObj(o) |
| 105 | } |
| 106 | |
| 107 | // AddObj adds the specified Obj. See also |
| 108 | // https://wiki.nftables.org/wiki-nftables/index.php/Stateful_objects |