fix: PASS policy inconsistent names

This commit is contained in:
gVisor bot 2022-04-17 14:11:58 +08:00
parent 363f9ff181
commit e76e0f5e03

View File

@ -60,7 +60,7 @@ func NewCompatible() *Direct {
func NewPass() *Direct {
return &Direct{
Base: &Base{
name: "Pass",
name: "PASS",
tp: C.Pass,
udp: true,
},