summaryrefslogtreecommitdiff
path: root/usr/src/head/libzonecfg.h
diff options
context:
space:
mode:
authorgfaden <none@none>2008-02-25 17:23:19 -0800
committergfaden <none@none>2008-02-25 17:23:19 -0800
commitde860bd9529e1034e1666f74f7bc0ec8cd5ca701 (patch)
tree4895a1aa39176716fe2f6d72b766dea48a96c8b1 /usr/src/head/libzonecfg.h
parent321febde881fb7f55caa9bc4766f121ff16cd65e (diff)
downloadillumos-joyent-de860bd9529e1034e1666f74f7bc0ec8cd5ca701.tar.gz
6583565 need a mechanism to configure a per zone default route in shared IP stack for TX
Diffstat (limited to 'usr/src/head/libzonecfg.h')
-rw-r--r--usr/src/head/libzonecfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/head/libzonecfg.h b/usr/src/head/libzonecfg.h
index ec122addda..6f1cfe8bde 100644
--- a/usr/src/head/libzonecfg.h
+++ b/usr/src/head/libzonecfg.h
@@ -185,6 +185,7 @@ struct zone_fstab {
struct zone_nwiftab {
char zone_nwif_address[INET6_ADDRSTRLEN];
char zone_nwif_physical[LIFNAMSIZ];
+ char zone_nwif_defrouter[INET6_ADDRSTRLEN];
};
struct zone_devtab {