Home | History | Annotate | Download | only in ip

Lines Matching full:tunnel

2  * iptunnel.c	       "ip tunnel"
29 #include "tunnel.h"
35 fprintf(stderr, "Usage: ip tunnel { add | change | del | show | prl | 6rd } [ NAME ]\n");
72 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
79 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
86 fprintf(stderr,"You managed to ask for more than one tunnel mode.\n");
92 fprintf(stderr, "You managed to ask for more than one tunnel mode.\n");
98 fprintf(stderr,"Cannot guess tunnel mode.\n");
248 fprintf(stderr, "Broadcast tunnel requires a source address.\n");
278 fprintf(stderr, "cannot determine tunnel mode (ipip, gre or sit)\n");
638 fprintf(stderr, "Command \"%s\" is unknown, try \"ip tunnel help\".\n", *argv);