Hi,
I see that in the UPF configuration file, we have the option to set the interface name (i.e., ifname
)
gtpu:
forwarder: gtp5g
# The IP list of the N3/N9 interfaces on this UPF
# If there are multiple connection, set addr to 0.0.0.0 or list all the addresses
ifList:
- addr: 127.0.0.8
type: N3
# name: upf.5gc.nctu.me
# ifname: gtpif
The tunnel interface created is always called upfgtp
. Changing the value of ifname
in the configuration file does not seem to have any effect. Can someone please confirm if it is possible to change the name of the GTP tunnel interface from upfgtp
to something else?