Allow interface scopes to be specified in ListenStream=
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Sep 2020 13:33:25 +0000 (15:33 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 9 Sep 2020 22:46:44 +0000 (00:46 +0200)
commita07ab56a4975f1159fd466530f150bfd2230f83c
tree793febe4e8ccfbecd9a81f107b1dceb05ca3f47a
parentc4c6ee3a959f0f082f232790677709e01b862fa9
Allow interface scopes to be specified in ListenStream=

Closes #12624.

The formatting in systemd.socket.xml is updated a bit.

Currently in_addr_port_ifindex_name_to_string() always prints the ifindex
numerically. This is not super useful since the interface numbers are
semi-random. Should we use interface names in preference?
man/systemd.socket.xml
src/shared/socket-netlink.c
src/test/test-socket-netlink.c