Committed by
Gerrit Code Review
Updating SM-ONOS copyright and adding note
Change-Id: I95a533e99a883c29e3f470418db337e690babad2
Showing
2 changed files
with
33 additions
and
2 deletions
1 | +/* | ||
2 | + * Copyright 2015 Open Networking Laboratory | ||
3 | + * | ||
4 | + * Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | + * you may not use this file except in compliance with the License. | ||
6 | + * You may obtain a copy of the License at | ||
7 | + * | ||
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | + * | ||
10 | + * Unless required by applicable law or agreed to in writing, software | ||
11 | + * distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | + * See the License for the specific language governing permissions and | ||
14 | + * limitations under the License. | ||
15 | + */ | ||
1 | package org.onosproject.security.impl; | 16 | package org.onosproject.security.impl; |
2 | 17 | ||
3 | 18 | ... | ... |
1 | +/* | ||
2 | + * Copyright 2015 Open Networking Laboratory | ||
3 | + * | ||
4 | + * Licensed under the Apache License, Version 2.0 (the "License"); | ||
5 | + * you may not use this file except in compliance with the License. | ||
6 | + * You may obtain a copy of the License at | ||
7 | + * | ||
8 | + * http://www.apache.org/licenses/LICENSE-2.0 | ||
9 | + * | ||
10 | + * Unless required by applicable law or agreed to in writing, software | ||
11 | + * distributed under the License is distributed on an "AS IS" BASIS, | ||
12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
13 | + * See the License for the specific language governing permissions and | ||
14 | + * limitations under the License. | ||
15 | + */ | ||
1 | package org.onosproject.security.impl; | 16 | package org.onosproject.security.impl; |
2 | 17 | ||
3 | import com.google.common.collect.Lists; | 18 | import com.google.common.collect.Lists; |
... | @@ -43,10 +58,11 @@ import org.slf4j.Logger; | ... | @@ -43,10 +58,11 @@ import org.slf4j.Logger; |
43 | 58 | ||
44 | import static org.slf4j.LoggerFactory.getLogger; | 59 | import static org.slf4j.LoggerFactory.getLogger; |
45 | 60 | ||
46 | - | ||
47 | - | ||
48 | /** | 61 | /** |
49 | * Security-Mode ONOS management implementation. | 62 | * Security-Mode ONOS management implementation. |
63 | + * | ||
64 | + * Note: Activating Security-Mode ONOS has significant performance implications in Drake. | ||
65 | + * See the wiki for instructions on how to activate it. | ||
50 | */ | 66 | */ |
51 | 67 | ||
52 | @Component(immediate = true) | 68 | @Component(immediate = true) | ... | ... |
-
Please register or login to post a comment