mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(reisen): v6
This commit is contained in:
parent
69c2b81e3d
commit
eb1549975e
3 changed files with 12 additions and 3 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
3
systems/reisen/net.50-vmbr0-ipv6.conf
Normal file
3
systems/reisen/net.50-vmbr0-ipv6.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
iface vmbr0 inet6 auto
|
||||
accept_ra 1
|
||||
autoconf 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue