apps: Regenerate VDL, due to go/vcl/8494

Change-Id: I792534ad485e6363a76c95d69b3572bfd5bf93e7
MultiPart: 2/8
diff --git a/tunnel/tunnel.vdl b/tunnel/tunnel.vdl
index 1436b67..c5ec33f 100644
--- a/tunnel/tunnel.vdl
+++ b/tunnel/tunnel.vdl
@@ -16,7 +16,7 @@
   // shell's stdin, and the data received from the shell's stdout and stderr is
   // sent back in the reply stream. It returns the exit status of the shell
   // command.
-  Shell(command string, shellOpts ShellOpts) stream<ClientShellPacket, ServerShellPacket> (int32, error) {access.Admin}
+  Shell(command string, shellOpts ShellOpts) stream<ClientShellPacket, ServerShellPacket> (int32 | error) {access.Admin}
 }
 
 type ShellOpts struct {