]> git.proxmox.com Git - mirror_frr.git/commit - zebra/if_netlink.c
zebra: Allow IFLA_IFALIAS to set ifp->desc
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 28 Oct 2017 01:24:13 +0000 (21:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 28 Oct 2017 10:58:18 +0000 (06:58 -0400)
commit48884c6b9fcd9cd2b0ba30ed45392dc78ec7316f
tree9b5a1f73d23923231e605758bbcb68cc14320905
parente4715aed63b9b791f35baa8abeb473870bb62213
zebra: Allow IFLA_IFALIAS to set ifp->desc

The linux kernel passes the IFLA_IFALIAS value.  Allow
zebra to read and set the description appropriately.

Currently I don't set the value down into the kernel.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/if_netlink.c