/** * Link set xdp off options. * @category Interfaces */ export interface LinkSetXdpOffOptions { /** `off` detaches any currently attached XDP/BPF program from the given device. */ value: true; }