-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
T6150: Fixed setting a static IP address by Radius in IPoE
- Loading branch information
Showing
4 changed files
with
50 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
interface-definitions/include/accel-ppp/gateway-address-multi.xml.i
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- include start from accel-ppp/gateway-address-multi.xml.i --> | ||
<leafNode name="gateway-address"> | ||
<properties> | ||
<help>Gateway IP address</help> | ||
<constraintErrorMessage>invalid IPv4 address</constraintErrorMessage> | ||
<valueHelp> | ||
<format>ipv4net</format> | ||
<description>Default Gateway, mask send to the client</description> | ||
</valueHelp> | ||
<constraint> | ||
<validator name="ipv4-prefix"/> | ||
<validator name="ipv4-host"/> | ||
</constraint> | ||
<multi/> | ||
</properties> | ||
</leafNode> | ||
<!-- include end --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters