]> git.puffer.fish Git - matthieu/frr.git/commit
[zebra] MTU is unsigned
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 1 Dec 2008 22:19:38 +0000 (14:19 -0800)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:25 +0000 (20:18 +0100)
commit4308abba5cab18c1d30b962567b06b02a1a15361
tree000095719fdc1a66599af3160f9af4e97c2a935f
parent6c684653f08fadf738ca52a3fbe512e3d1698ceb
[zebra] MTU is unsigned

The MTU data in the netlink message is always unsigned 32 bits.
Don't use integer.
zebra/rt_netlink.c