From ee9209667367de49fb2430251cdb741cdb8e427c Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 12 May 2011 17:51:21 -0400 Subject: [PATCH] Add isolate_loopback slice tag to prevent shared loopback at vserver creation --- db-config.d/010-slice_tags | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db-config.d/010-slice_tags b/db-config.d/010-slice_tags index 535c7353..8691132e 100644 --- a/db-config.d/010-slice_tags +++ b/db-config.d/010-slice_tags @@ -28,6 +28,9 @@ slicetag_types = \ {'tagname': "ip_addresses", 'description': "Add an ip address to a slice/sliver.", 'category' : 'slice/rspec'}, + {'tagname': "isolate_loopback", + 'description': "Create an isolated loopback interface within the vserver rather than sharing with all vservers.", + 'category' : 'slice/rspec'}, # CPU share {'tagname': "cpu_pct", -- 2.47.0