Moved all ONOS-specific sample configuration *.cfg files from directory
tools/package/etc/ to directory tools/package/etc/samples/ Also, removed some comments detailing the handling of the configuration files. Change-Id: I4e995cd2af3289b6dbbcbf2d3530628d2b197aba
Showing
7 changed files
with
7 additions
and
5 deletions
1 | # | 1 | # |
2 | # Sample configuration for onos-app-fwd. | 2 | # Sample configuration for onos-app-fwd. |
3 | -# This configuration file would be placed at: $(KARAF_ROOT)/etc. | 3 | +# |
4 | 4 | ||
5 | # | 5 | # |
6 | # Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields | 6 | # Reactive flows default matching is InPort, Src MAC, Dst MAC and EtherType fields | ... | ... |
1 | # | 1 | # |
2 | # Sample configuration for Host Location Provider | 2 | # Sample configuration for Host Location Provider |
3 | -# This configuration file would be placed at: $(KARAF_ROOT)/etc. | 3 | +# |
4 | 4 | ||
5 | # | 5 | # |
6 | # Enable host removal on port/device down events. | 6 | # Enable host removal on port/device down events. | ... | ... |
1 | +# | ||
1 | # Sample configuration for link discovery | 2 | # Sample configuration for link discovery |
2 | -# Note that the current file location (onos/tools/package/etc) is required for packaging onos and launching it in another location. | 3 | +# |
3 | -# If you are launching onos locally, this configuration file would be placed at: $(KARAF_ROOT)/etc | ||
4 | 4 | ||
5 | # | 5 | # |
6 | # Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect) | 6 | # Disable Link Dicovery Permanently (Note: changing this property at runtime will have NO effect) | ... | ... |
-
Please register or login to post a comment