]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove data structure holding list of ebtables rules
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 7 Mar 2014 16:56:56 +0000 (16:56 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 11 Mar 2014 11:01:52 +0000 (11:01 +0000)
commit78629cf5310874fe02f1fd76c9ad6016724358f7
tree4e461fc5f50bc61c10c663a05b28632d38a285c2
parentca3dafef41992a54ce909dfaee91961d846e126a
Remove data structure holding list of ebtables rules

When adding/removing ebtables rules, the code would keep
an array of all rules in memory. This list of rules was
never used for any purpose and would be lost if libvirtd
restarted. Delete all the unused code.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virebtables.c
src/util/virebtables.h