Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B9F25200AF8 for ; Thu, 5 May 2016 13:01:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B88EE160A03; Thu, 5 May 2016 11:01:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0C83A160A02 for ; Thu, 5 May 2016 13:01:57 +0200 (CEST) Received: (qmail 17726 invoked by uid 500); 5 May 2016 11:01:52 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 17715 invoked by uid 99); 5 May 2016 11:01:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2016 11:01:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AED77DFCE0; Thu, 5 May 2016 11:01:51 +0000 (UTC) From: rhtyd To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili... Content-Type: text/plain Message-Id: <20160505110151.AED77DFCE0@git1-us-west.apache.org> Date: Thu, 5 May 2016 11:01:51 +0000 (UTC) archived-at: Thu, 05 May 2016 11:01:58 -0000 Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62173816 --- Diff: client/WEB-INF/classes/resources/messages.properties --- @@ -2260,3 +2260,29 @@ message.configure.firewall.rules.allow.traffic=Configure the rules to allow Traf message.configure.firewall.rules.block.traffic=Configure the rules to block Traffic message.ldap.group.import=All The users from the given group name will be imported label.vpn.force.encapsulation=Force UDP Encapsulation of ESP Packets +label.vpc.dynamicallyrouted=Dynamically Routed +label.vpc.dynamicallyrouted.configitemname=Config Item +label.vpc.dynamicallyrouted.configitemvalue=Value +label.vpc.dynamicallyrouted.enabled=Dynamic Routing Enabled +label.vpc.dynamicallyrouted.protocol=Dynamic Routing Protocol +label.vpc.dynamicallyrouted.ospfarea=OSPF Area Id +label.vpc.dynamicallyrouted.hellointerval=Hello Interval +label.vpc.dynamicallyrouted.deadinterval=Dead Interval +label.vpc.dynamicallyrouted.retransmitinterval=Retransmit Interval +label.vpc.dynamicallyrouted.transitdelay=Transit Delay +label.vpc.dynamicallyrouted.authentication=Authentication +label.vpc.dynamicallyrouted.password=Password +label.vpc.dynamicallyrouted.supercidr=Zone Super CIDR +label.vpc.dynamicrouting.service=VPCDynamicRouting +label.vpc.dynamicrouting.add=Add Routed VPC +label.vpc.dynamicrouting.ipv4.netmask=IPv4 Netmask + + + --- End diff -- Remove extra newlines (costmetics) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---