I noticed something odd with the autopush link property: if I set it on a
link, and then reboot:

    # dladm set-linkprop -p autopush=hitbox under0
    # reboot
        
... I see the correct value after rebooting:

    # dladm show-linkprop -p autopush under0
    LINK         PROPERTY        VALUE          DEFAULT        POSSIBLE
    under0       autopush        hitbox         --             -- 

... but I don't see it applied to the plumbed interface:

    # ifconfig under0 modlist
    0 arp
    1 ip
    2 softmac

However, if I replumb the interface, everything looks right:

    # ifconfig under0 unplumb
    # ifconfig under0 plumb
    # ifconfig under0 modlist
    0 arp
    1 ip
->  2 hitbox
    3 softmac

I'm pretty sure this worked at some time in the past.

-- 
meem

Reply via email to