add IFF_DYNAMIC to NetFlags
This commit is contained in:
parent
22c1b065dd
commit
5c8d1edbae
|
@ -102,6 +102,11 @@ public class NetFlags {
|
||||||
*/
|
*/
|
||||||
public static final int IFF_MASTER = 0x2000;
|
public static final int IFF_MASTER = 0x2000;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Dialup device with changing addresses
|
||||||
|
*/
|
||||||
|
public static final int IFF_DYNAMIC = 0x4000;
|
||||||
|
|
||||||
public static final int RTF_UP = 0x1;
|
public static final int RTF_UP = 0x1;
|
||||||
|
|
||||||
public static final int RTF_GATEWAY = 0x2;
|
public static final int RTF_GATEWAY = 0x2;
|
||||||
|
|
Loading…
Reference in New Issue