Home | History | Annotate | Download | only in mrouted

Lines Matching refs:TUNNEL

84 %token PHYINT TUNNEL NAME
129 | TUNNEL interface addrname {
138 fatal("Tunnel local address %s is not mine",
145 fatal("Tunnel local address %s is a loopback interface",
149 fatal("Tunnel remote address %s is one of mine",
157 fatal("Duplicate tunnel to %s",
161 fatal("Unnecessary tunnel to %s",
192 "installing tunnel from %s to %s as vif #%u - rate=%d",
487 if (!strcmp(q,"tunnel"))
488 return TUNNEL;