• L
    util: functions to manage bridge fdb (forwarding database) · 19a5474d
    Laine Stump 提交于
    These two functions use netlink RTM_NEWNEIGH and RTM_DELNEIGH messages
    to add and delete entries from a bridge's fdb. The bridge itself is
    not referenced in the arguments to the functions, only the name of the
    device that is attached to the bridge (since a device can only be
    attached to one bridge at a time, and must be attached for this
    function to make sense, the kernel easily infers which bridge's fdb is
    being modified by looking at the device name/index).
    19a5474d
libvirt_private.syms 50.7 KB