]> git.proxmox.com Git - mirror_ifupdown2.git/commit
nlpacket: change IFA_FLAGS to a FourByte attribute
authorAdrien Banlin <a.banlin@alphalink.fr>
Fri, 25 Mar 2022 11:18:20 +0000 (12:18 +0100)
committerAdrien Banlin <a.banlin@alphalink.fr>
Tue, 5 Apr 2022 12:46:13 +0000 (14:46 +0200)
commit033683bb81e5569be75798e334d764221ad386f2
treef2e7739d4defe4c3f57e29dffb1c19884470e338
parentac32bec0e24d64c583778f387050a7b6f4269db0
nlpacket: change IFA_FLAGS to a FourByte attribute

AttributeGeneric cannot be used unless having it's length defined.

This change allow address flags such as optimistic, nodad or others
to be set with the add_attribute packet method.
ifupdown2/nlmanager/nlpacket.py