Re: Is there an way for a program to know when the list of network interfaces has changed (without rescanning them)?

2019-07-28 Thread Eugene Grosbein
29.07.2019 12:35, Yuri wrote: > I am asking because wireshark doesn't sense the interface list changes, and > it just always shows the list from the time it was launched . There is a way as we have devd(8) reading kernel-generated events and running commands in response. Look at default /etc/de

Re: Is there an way for a program to know when the list of network interfaces has changed (without rescanning them)?

2019-07-28 Thread Hiroki Sato
Yuri wrote in : yu> I am asking because wireshark doesn't sense the interface list yu> changes, and it just always shows the list from the time it was yu> launched . You can open a routing socket and watch it to see if RTM_IFANNOUNCE message is coming. The following command lines (on two di

Is there an way for a program to know when the list of network interfaces has changed (without rescanning them)?

2019-07-28 Thread Yuri
I am asking because wireshark doesn't sense the interface list changes, and it just always shows the list from the time it was launched . Yuri ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubsc

Problem reports for n...@freebsd.org that need special attention

2019-07-28 Thread bugzilla-noreply
To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and ob

Re: how to down interface at startup

2019-07-28 Thread Victor Gamov
On 28/07/2019 18:08, Eugene Grosbein wrote: 28.07.2019 21:50, Victor Gamov wrote: I have configuration where bridge interface need to be down at startup. But "ifconfig_bridge2="down" is not working: bridge always up How I can 'down' bridge interface at startup? If you use rc.conf to configu

Re: how to down interface at startup

2019-07-28 Thread Eugene Grosbein
28.07.2019 21:50, Victor Gamov wrote: > I have configuration where bridge interface need to be down at startup. > > But "ifconfig_bridge2="down" is not working: bridge always up > > How I can 'down' bridge interface at startup? If you use rc.conf to configure it, please read rc.conf(5) manual p

how to down interface at startup

2019-07-28 Thread Victor Gamov
Hi All I have configuration where bridge interface need to be down at startup. But "ifconfig_bridge2="down" is not working: bridge always up How I can 'down' bridge interface at startup? -- CU, Victor Gamov ___ freebsd-net@freebsd.org mailing list h