@@ -137,6 +137,7 @@ spec:
137137 the kernel debug filesystem, so the eBPF pod has to run as privileged.
138138 - `PacketTranslation`: enable enriching flows with packet's translation information. <br>
139139 - `EbpfManager`: allow using eBPF manager to manage netobserv ebpf programs. <br>
140+ - `UDNMapping`, to enable interfaces mappind to udn. <br>
140141 items:
141142 description: |-
142143 Agent feature, can be one of:<br>
@@ -146,13 +147,15 @@ spec:
146147 - `NetworkEvents`, to track Network events.<br>
147148 - `PacketTranslation`, to enrich flows with packets translation information. <br>
148149 - `EbpfManager`, to enable using EBPF Manager to manage netobserv ebpf programs [Developer Preview].<br>
150+ - `UDNMapping`, to enable interfaces mappind to udn. <br>
149151 enum:
150152 - PacketDrop
151153 - DNSTracking
152154 - FlowRTT
153155 - NetworkEvents
154156 - PacketTranslation
155157 - EbpfManager
158+ - UDNMapping
156159 type: string
157160 type: array
158161 flowFilter:
@@ -3949,6 +3952,7 @@ spec:
39493952 - `PacketTranslation`: enable enriching flows with packet's translation information. <br>
39503953 - `EbpfManager`: allow using eBPF manager to manage netobserv ebpf programs. <br>
39513954 IMPORTANT: This feature is available as a Developer Preview.<br>
3955+ - `UDNMapping`, to enable interfaces mappind to udn. <br>
39523956 items:
39533957 description: |-
39543958 Agent feature, can be one of:<br>
@@ -3958,13 +3962,15 @@ spec:
39583962 - `NetworkEvents`, to track Network events [Developer Preview].<br>
39593963 - `PacketTranslation`, to enrich flows with packets translation information. <br>
39603964 - `EbpfManager`, to enable using EBPF Manager to manage netobserv ebpf programs [Developer Preview].<br>
3965+ - `UDNMapping`, to enable interfaces mappind to udn. <br>
39613966 enum:
39623967 - PacketDrop
39633968 - DNSTracking
39643969 - FlowRTT
39653970 - NetworkEvents
39663971 - PacketTranslation
39673972 - EbpfManager
3973+ - UDNMapping
39683974 type: string
39693975 type: array
39703976 flowFilter:
0 commit comments