Hi All , i have a software bridge br0 on eth0 and eth1 . Can i use NETLINK sockets to get ip address change notification on br0 .??? Thanks, Ratheesh
On Tue, 1 Dec 2009 19:56:03 +0530 ratheesh k <ratheesh.ksz at gmail.com> wrote:> Hi All , > > i have a software bridge br0 on eth0 and eth1 . Can i use NETLINK > sockets to get ip address change notification on br0 .??? > > Thanks, > RatheeshNetlink reports all interfaces including br0
Thanks a ton. Ratheesh On Tue, Dec 1, 2009 at 10:02 PM, Stephen Hemminger <shemminger at linux-foundation.org> wrote:> On Tue, 1 Dec 2009 19:56:03 +0530 > ratheesh k <ratheesh.ksz at gmail.com> wrote: > >> Hi All , >> >> ?i ?have a software bridge br0 on eth0 and eth1 . Can i use NETLINK >> sockets to get ip address change notification on br0 .??? >> >> Thanks, >> Ratheesh > > Netlink reports all interfaces including br0 >