X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.h;h=68bfdf647360a4aba319653f2ecc3adf9ec3437a;hp=0ce94dfb7cdecb9762b8f5f0427096c236aa1d45;hb=257bfc6392bf8a1c215f0bd6889db4694a405c1d;hpb=655ef783b1d5f72af3acccc87455c365fea4ad42 diff --git a/interface-ip.h b/interface-ip.h index 0ce94df..68bfdf6 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -11,6 +11,9 @@ enum device_addr_flags { /* externally added address */ DEVADDR_EXTERNAL = (1 << 2), + + /* route overrides the default interface metric */ + DEVROUTE_METRIC = (1 << 3) }; union if_addr {