VTY: rename 'nft' to 'tunmap'

So far the config nodes were named after the implementation:
"GTP kernel module" = "gtp" and
"netfilter" = "nft"

We found that this is confusing, since both are related to handling GTP.
Rename "nft" to "tunmap"; a previous patch already renamed "gtp" to
"tunend".

Keep a hidden "nft" VTY cmd as backwards compat alias.

Related: SYS#6192
Change-Id: Ia3c5224dd3b5f5c9437bbdec997d02176818cc97
This commit is contained in:
Neels Janosch Hofmeyr
2022-11-18 13:18:31 +01:00
parent 95eb2c6a89
commit 701bb8addc
7 changed files with 41 additions and 28 deletions

View File

@@ -23,5 +23,5 @@ pfcp
local-addr 127.0.0.11
tunend
dev create apn11 127.0.0.11
nft
tunmap
table-name osmo-upf-11

View File

@@ -23,5 +23,5 @@ pfcp
local-addr 127.0.0.12
tunend
dev create apn12 127.0.0.12
nft
tunmap
table-name osmo-upf-12