summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-05-08 14:34:01 -0700
committerShentubot <shentubot@google.com>2019-05-08 14:35:06 -0700
commitbfd9f75ba4390de824d2c3d44c15bdca9dd0ff35 (patch)
tree8f5b2aca671216bb586e6d6bf2f463dc954a4746 /pkg/tcpip/transport
parentcbf6ab96970f29694ee4732f10c0515105b68449 (diff)
Set the FilesytemType in MountSource from the Filesystem.
And stop storing the Filesystem in the MountSource. This allows us to decouple the MountSource filesystem type from the name of the filesystem. PiperOrigin-RevId: 247292982 Change-Id: I49cbcce3c17883b7aa918ba76203dfd6d1b03cc8
Diffstat (limited to 'pkg/tcpip/transport')
-rw-r--r--pkg/tcpip/transport/raw/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/tcpip/transport/raw/BUILD b/pkg/tcpip/transport/raw/BUILD
index 52f6b9759..6d3f0130e 100644
--- a/pkg/tcpip/transport/raw/BUILD
+++ b/pkg/tcpip/transport/raw/BUILD
@@ -1,4 +1,6 @@
-package(licenses = ["notice"]) # Apache 2.0
+package(
+ licenses = ["notice"], # Apache 2.0
+)
load("//tools/go_generics:defs.bzl", "go_template_instance")
load("//tools/go_stateify:defs.bzl", "go_library")