[Pkg-xen-devel] Bug#1067152: xen-utils-common: remove IPv6 link locals from switched interfaces
Aleksi Suhonen
debian-reportbug-2024 at ssd.axu.tm
Tue Mar 19 11:30:38 GMT 2024
Package: src:xen
Version: 4.17.3+10-g091466ba55-1~deb12u1
Severity: wishlist
I wasn't sure if this script comes from Debian or Xen or somewhere else,
so I thought it safest to report it here.
IPv6 on the Dom0 should be removed from switched/bridged interfaces.
Earlier I would just sysctl disable_ipv6 on the interface, but the below
diff seems to remove the link local address too. I've attached the full
fixed file as well.
*** xen-network-common.sh.orig 2024-03-19 11:53:17.000000000 +0200
--- xen-network-common.sh 2024-03-19 11:59:38.000000000 +0200
***************
*** 95,100 ****
--- 95,101 ----
fi
# ... and configure it
+ ip link set dev ${dev} addrgenmode none
ip address flush dev ${dev}
}
--
Aleksi Suhonen
() ascii ribbon campaign
/\ support plain text e-mail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xen-network-common.sh
Type: application/x-sh
Size: 4705 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20240319/f88ccb97/attachment.sh>
More information about the Pkg-xen-devel
mailing list