@@ -138,6 +138,7 @@ spec:
138138 - `PacketTranslation`: enable enriching flows with packet's translation information. <br>
139139 - `EbpfManager`: allow using eBPF manager to manage netobserv ebpf programs. <br>
140140 - `UDNMapping`, to enable interfaces mappind to udn. <br>
141+ - `IPSEC`, to track flows with IPsec encryption. <br>
141142 items:
142143 description: |-
143144 Agent feature, can be one of:<br>
@@ -148,6 +149,7 @@ spec:
148149 - `PacketTranslation`, to enrich flows with packets translation information. <br>
149150 - `EbpfManager`, to enable using EBPF Manager to manage netobserv ebpf programs [Developer Preview].<br>
150151 - `UDNMapping`, to enable interfaces mappind to udn [Developer Preview]. <br>
152+ - `IPSEC`, to track flows with IPsec encryption. <br>
151153 enum:
152154 - PacketDrop
153155 - DNSTracking
@@ -156,6 +158,7 @@ spec:
156158 - PacketTranslation
157159 - EbpfManager
158160 - UDNMapping
161+ - IPSEC
159162 type: string
160163 type: array
161164 flowFilter:
@@ -3963,6 +3966,7 @@ spec:
39633966 - `EbpfManager`: allow using eBPF manager to manage netobserv ebpf programs. <br>
39643967 IMPORTANT: This feature is available as a Developer Preview.<br>
39653968 - `UDNMapping`, to enable interfaces mappind to udn. <br>
3969+ - `IPSEC`, to track flows with IPsec encryption. <br>
39663970 This feature requires mounting the kernel debug filesystem, so the eBPF agent pods have to run as privileged.
39673971 It requires using the OVN-Kubernetes network plugin with the Observability feature.
39683972 IMPORTANT: This feature is available as a Developer Preview.<br>
@@ -3976,6 +3980,7 @@ spec:
39763980 - `PacketTranslation`, to enrich flows with packets translation information. <br>
39773981 - `EbpfManager`, to enable using EBPF Manager to manage netobserv ebpf programs [Developer Preview].<br>
39783982 - `UDNMapping`, to enable interfaces mappind to udn [Developer Preview]. <br>
3983+ - `IPSEC`, to track flows with IPsec encryption. <br>
39793984 enum:
39803985 - PacketDrop
39813986 - DNSTracking
@@ -3984,6 +3989,7 @@ spec:
39843989 - PacketTranslation
39853990 - EbpfManager
39863991 - UDNMapping
3992+ - IPSEC
39873993 type: string
39883994 type: array
39893995 flowFilter:
0 commit comments