mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf.git
synced 2025-11-02 21:13:46 +00:00
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 "gtp" to "tunend"; a subsequent patch will rename "nft" to "tunmap". Keep a hidden "gtp" VTY cmd as backwards compat alias. In log output, also print "tunend" instead of "endecaps" (up_gtp_action_to_str_buf()). Related: SYS#6192 Change-Id: I49ac7b1f8b5b74f586edfed1dfb29f9af55a521b
28 lines
527 B
INI
28 lines
527 B
INI
log stderr
|
|
logging filter all 1
|
|
logging color 1
|
|
logging print level 1
|
|
logging print category 1
|
|
logging print category-hex 0
|
|
logging print file basename last
|
|
logging print extended-timestamp 1
|
|
logging level set-all notice
|
|
logging level set-all info
|
|
logging level session debug
|
|
logging level nft debug
|
|
logging level gtp debug
|
|
#logging level set-all debug
|
|
|
|
line vty
|
|
bind 127.0.0.11
|
|
ctrl
|
|
bind 127.0.0.11
|
|
|
|
timer pfcp x24 5000
|
|
pfcp
|
|
local-addr 127.0.0.11
|
|
tunend
|
|
dev create apn11 127.0.0.11
|
|
nft
|
|
table-name osmo-upf-11
|