aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-output.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-05-05 13:24:37 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-05-05 11:28:37 +0000
commitd4a45315cf30fa26185202d316a8db3af5e05fcc (patch)
tree0907eb9a366d7bdf07de9ce9f5f13092d629e9db /cli/mmcli-output.c
parentdfc2c51b9cc7d9c780763d42c91bf696c2b8880a (diff)
cli: add allowed-auth bearer property in output
Given as a list of items, because the bearer can be created with one or more allowed authentication protocols.
Diffstat (limited to 'cli/mmcli-output.c')
-rw-r--r--cli/mmcli-output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/mmcli-output.c b/cli/mmcli-output.c
index 49ebdcdc..6799ab6d 100644
--- a/cli/mmcli-output.c
+++ b/cli/mmcli-output.c
@@ -207,6 +207,7 @@ static FieldInfo field_infos[] = {
[MMC_F_BEARER_PROPERTIES_APN] = { "bearer.properties.apn", "apn", MMC_S_BEARER_PROPERTIES, },
[MMC_F_BEARER_PROPERTIES_ROAMING] = { "bearer.properties.roaming", "roaming", MMC_S_BEARER_PROPERTIES, },
[MMC_F_BEARER_PROPERTIES_IP_TYPE] = { "bearer.properties.ip-type", "ip type", MMC_S_BEARER_PROPERTIES, },
+ [MMC_F_BEARER_PROPERTIES_ALLOWED_AUTH] = { "bearer.properties.allowed-auth", "allowed-auth", MMC_S_BEARER_PROPERTIES, },
[MMC_F_BEARER_PROPERTIES_USER] = { "bearer.properties.user", "user", MMC_S_BEARER_PROPERTIES, },
[MMC_F_BEARER_PROPERTIES_PASSWORD] = { "bearer.properties.password", "password", MMC_S_BEARER_PROPERTIES, },
[MMC_F_BEARER_PROPERTIES_NUMBER] = { "bearer.properties.number", "number", MMC_S_BEARER_PROPERTIES, },