net/tstun: remove unused function DefaultMTU()
Now that corp is updated, remove the shim code to bridge the rename from DefaultMTU() to DefaultTUNMTU. Updates #311 Signed-off-by: Val <valerie@tailscale.com>
This commit is contained in:
parent
4130851f12
commit
c26d91d6bd
|
@ -141,12 +141,6 @@ func DefaultTUNMTU() TUNMTU {
|
||||||
return safeTUNMTU
|
return safeTUNMTU
|
||||||
}
|
}
|
||||||
|
|
||||||
// Temporary workaround for code on corp that uses this function name.
|
|
||||||
// TODO(val): Remove as soon as corp OSS is updated.
|
|
||||||
func DefaultMTU() uint32 {
|
|
||||||
return uint32(DefaultTUNMTU())
|
|
||||||
}
|
|
||||||
|
|
||||||
// DefaultWireMTU returns the default TUN MTU, adjusted for wireguard
|
// DefaultWireMTU returns the default TUN MTU, adjusted for wireguard
|
||||||
// overhead.
|
// overhead.
|
||||||
func DefaultWireMTU() WireMTU {
|
func DefaultWireMTU() WireMTU {
|
||||||
|
|
Loading…
Reference in New Issue