feat(reisen): v6

This commit is contained in:
arcnmx 2024-02-06 12:53:10 -08:00
parent 69c2b81e3d
commit eb1549975e
3 changed files with 12 additions and 3 deletions

View file

@ -9,6 +9,9 @@ case "$ARG_DEST" in
echo ugh >&2
exit 1
;;
/etc/network/interfaces*)
ARG_IS_INTERFACES=1
;;
/etc/sysctl.d/*.conf)
ARG_IS_SYSCTL=1
;;

View file

@ -0,0 +1,3 @@
iface vmbr0 inet6 auto
accept_ra 1
autoconf 1