mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
xdp-dns: enable XDP DNS block when reboot
if XDP DNS is enabled, and BPFire reboot, XDP DNS program should be attached and DNS query being monitored after reboot. Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -6,6 +6,7 @@ usr/lib/bpf/xdp_dns.bpf.o
|
|||||||
usr/lib/bpf/xdp_sni.bpf.o
|
usr/lib/bpf/xdp_sni.bpf.o
|
||||||
usr/sbin/xdp-udp
|
usr/sbin/xdp-udp
|
||||||
usr/sbin/xdp_dns
|
usr/sbin/xdp_dns
|
||||||
|
etc/rc.d/rc3.d/S102xdpdns
|
||||||
usr/sbin/xdp_dns_log
|
usr/sbin/xdp_dns_log
|
||||||
usr/sbin/xdp_sni
|
usr/sbin/xdp_sni
|
||||||
usr/lib/bpf/xdpdump_bpf.o
|
usr/lib/bpf/xdpdump_bpf.o
|
||||||
|
|||||||
@@ -137,6 +137,7 @@ $(TARGET) :
|
|||||||
ln -sf ../init.d/vdradmin /etc/rc.d/rc3.d/S99vdradmin
|
ln -sf ../init.d/vdradmin /etc/rc.d/rc3.d/S99vdradmin
|
||||||
ln -sf ../init.d/loxilb /etc/rc.d/rc3.d/S100loxilb
|
ln -sf ../init.d/loxilb /etc/rc.d/rc3.d/S100loxilb
|
||||||
ln -sf ../init.d/keepalived /etc/rc.d/rc3.d/S101keepalived
|
ln -sf ../init.d/keepalived /etc/rc.d/rc3.d/S101keepalived
|
||||||
|
ln -sf ../init.d/xdpdns /etc/rc.d/rc3.d/S102xdpdns
|
||||||
|
|
||||||
ln -sf ../init.d/imspetor /etc/rc.d/rc6.d/K01imspetor
|
ln -sf ../init.d/imspetor /etc/rc.d/rc6.d/K01imspetor
|
||||||
ln -sf ../init.d/motion /etc/rc.d/rc6.d/K01motion
|
ln -sf ../init.d/motion /etc/rc.d/rc6.d/K01motion
|
||||||
|
|||||||
Reference in New Issue
Block a user