Fix: inverted delete/add routes in cluster mode

This commit is contained in:
fendo 2013-01-13 23:08:38 +01:00
parent d547c00f76
commit caa9662496
4 changed files with 16 additions and 44 deletions

View file

@ -83,7 +83,6 @@ typedef struct {
int cluster_init(void);
int processcluster(uint8_t *buf, int size, in_addr_t addr);
int cluster_listinvert_session(int sidnew, int sidtodel);
int cluster_send_session(int sid);
int cluster_send_bundle(int bid);
int cluster_send_tunnel(int tid);