diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-07-22 23:26:40 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-07-22 23:26:40 +0000 |
commit | c97b731a6f5c3ec86316989462ef6257cecdacfb (patch) | |
tree | 911b681be4929690a96a287bab987aef35963f2d /pkg/tcpip/stack/stack_state_autogen.go | |
parent | 07e29f95a0be2e2b1e1c2ae20393882cac709281 (diff) | |
parent | bd98f820141208d9f19b0e12dee93f6f6de3ac97 (diff) |
Merge release-20200622.1-187-gbd98f8201 (automated)
Diffstat (limited to 'pkg/tcpip/stack/stack_state_autogen.go')
-rw-r--r-- | pkg/tcpip/stack/stack_state_autogen.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/tcpip/stack/stack_state_autogen.go b/pkg/tcpip/stack/stack_state_autogen.go index 3bf5a8660..fbc67b2d5 100644 --- a/pkg/tcpip/stack/stack_state_autogen.go +++ b/pkg/tcpip/stack/stack_state_autogen.go @@ -232,7 +232,6 @@ func (x *Table) StateFields() []string { "Rules", "BuiltinChains", "Underflows", - "UserChains", } } @@ -243,7 +242,6 @@ func (x *Table) StateSave(m state.Sink) { m.Save(0, &x.Rules) m.Save(1, &x.BuiltinChains) m.Save(2, &x.Underflows) - m.Save(3, &x.UserChains) } func (x *Table) afterLoad() {} @@ -252,7 +250,6 @@ func (x *Table) StateLoad(m state.Source) { m.Load(0, &x.Rules) m.Load(1, &x.BuiltinChains) m.Load(2, &x.Underflows) - m.Load(3, &x.UserChains) } func (x *Rule) StateTypeName() string { |