-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sonic-config-engine]: Fix ndppd.conf test
Signed-off-by: Lawrence Lee <[email protected]>
- Loading branch information
1 parent
9eb476c
commit 6299775
Showing
3 changed files
with
30 additions
and
8 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
25 changes: 25 additions & 0 deletions
25
src/sonic-config-engine/tests/sample_output/py3/ndppd.conf
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,25 @@ | ||
# =========== Managed by sonic-cfggen -- DO NOT edit manually! ==================== | ||
# Generated by /usr/share/sonic/templates/ndppd.conf.j2 using config DB data | ||
# File: /etc/ndppd.conf | ||
# | ||
# Config file for ndppd, the NDP Proxy Daemon | ||
# See man page for ndppd.conf.5 for descriptions of all available options | ||
|
||
proxy Vlan1000 { | ||
rule fc02:1000::/64 { | ||
static | ||
} | ||
rule fc03:1000::/64 { | ||
static | ||
} | ||
rule fc01:1000::/64 { | ||
static | ||
} | ||
} | ||
|
||
proxy Vlan2000 { | ||
rule fc01:2000::/64 { | ||
static | ||
} | ||
} | ||
|
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