MCPcopy Create free account
hub / github.com/google/nftables / AddObject

Method AddObject

obj.go:103–105  ·  view source on GitHub ↗

AddObject adds the specified Obj. Alias of AddObj.

(o Obj)

Source from the content-addressed store, hash-verified

101
102// AddObject adds the specified Obj. Alias of AddObj.
103func (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

Callers

nothing calls this directly

Calls 1

AddObjMethod · 0.95

Tested by

no test coverage detected