brcompat: Remove policy from Netlink code.
authorBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 18:25:50 +0000 (10:25 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 18:25:50 +0000 (10:25 -0800)
commitb75b7778cc2cfde399abbcf417d15e60618a7bd3
tree88715abc79d13c7bd7636807878d49b7ee64f2f9
parenta3cc0c6a6ba56ad446903a6052855ee4a39a547b
brcompat: Remove policy from Netlink code.

Policies are only useful for data that is received by a Netlink socket.
They do not apply to data that is sent out.  Since this code does not
parse the messages that it receives at all, it does not need any policy.
datapath/brcompat.c