Skip to content

Commit a242e53

Browse files
committed
Temporary commit: Add "default" to VpcExpose
Because the follow-up commits should be based on the changes from #1198, but we just need this tiny change to get the rest to compile.
1 parent d82a308 commit a242e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/src/external/overlay/vpcpeering.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ fn empty_btreeset() -> &'static BTreeSet<PrefixWithOptionalPorts> {
6666
use crate::{ConfigError, ConfigResult};
6767
#[derive(Clone, Debug, Default, PartialEq)]
6868
pub struct VpcExpose {
69+
pub default: bool,
6970
pub ips: BTreeSet<PrefixWithOptionalPorts>,
7071
pub nots: BTreeSet<PrefixWithOptionalPorts>,
7172
pub nat: Option<VpcExposeNat>,

0 commit comments

Comments
 (0)