add IFF_MASTER to NetFlags

This commit is contained in:
Doug MacEachern 2009-08-12 10:11:36 -07:00
parent a77d7ef04f
commit 22c1b065dd
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@ public class NetFlags {
public final static int IFF_SLAVE = 0x1000;
/**
* Master of a load balancer
*/
public static final int IFF_MASTER = 0x2000;
public static final int RTF_UP = 0x1;
public static final int RTF_GATEWAY = 0x2;