Don't print warning about removing policy on startup.
authorJustin Pettit <jpettit@nicira.com>
Wed, 13 May 2009 06:35:45 +0000 (23:35 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 13 May 2009 06:35:45 +0000 (23:35 -0700)
commit6aab08e31b7cae2ac6bb30bb96a665a05fcdac79
treeff11f33f291fb62edb1391a10a937151e5393987
parent9fd0c71f23d8c6dfecd5394d961fdf97296a3610
Don't print warning about removing policy on startup.

The policing code attempts to delete any traffic control configuration on
startup, so that interfaces come up in a known state.  If the interface
didn't have any traffic control configuration, this would cause it to
print a couple of scary sounding warning messages.  This commit makes it
so those no longer print.
lib/netdev.c