interface-file: map 'mode' to tunnel-mode
This commit is contained in:
parent
a4f147b5d0
commit
c24143982f
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ struct remap_token {
|
||||||
static const struct remap_token tokens[] = {
|
static const struct remap_token tokens[] = {
|
||||||
{"endpoint", "tunnel-remote"}, /* legacy ifupdown */
|
{"endpoint", "tunnel-remote"}, /* legacy ifupdown */
|
||||||
{"local", "tunnel-local"}, /* legacy ifupdown */
|
{"local", "tunnel-local"}, /* legacy ifupdown */
|
||||||
|
{"mode", "tunnel-mode"}, /* legacy ifupdown */
|
||||||
{"provider", "ppp-provider"}, /* legacy ifupdown, ifupdown2 */
|
{"provider", "ppp-provider"}, /* legacy ifupdown, ifupdown2 */
|
||||||
{"tunnel-endpoint", "tunnel-remote"}, /* ifupdown2 */
|
{"tunnel-endpoint", "tunnel-remote"}, /* ifupdown2 */
|
||||||
{"tunnel-physdev", "tunnel-dev"}, /* ifupdown2 */
|
{"tunnel-physdev", "tunnel-dev"}, /* ifupdown2 */
|
||||||
|
|
Loading…
Reference in a new issue