File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
<ncs-package xmlns =" http://tail-f.com/ns/ncs-packages" >
2
2
<name >acl-rfs</name >
3
- <package-version >1 .0</package-version >
3
+ <package-version >2 .0</package-version >
4
4
<description >Dummy ACL RFS package for demo purposes</description >
5
5
<ncs-min-version >6.0</ncs-min-version >
6
6
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ module acl-rfs {
16
16
description
17
17
"Small rfs package for demonstration purposes" ;
18
18
19
+ revision 2025 -02 -08 {
20
+ description
21
+ "Adding logging options for each line" ;
22
+ }
23
+
19
24
revision 2025 -02 -02 {
20
25
description
21
26
"Awesome NetDevOps demo" ;
@@ -68,6 +73,12 @@ module acl-rfs {
68
73
tailf:info "Destination IP address" ;
69
74
type inet:ipv4-address;
70
75
mandatory true ;
76
+ }
77
+
78
+ leaf log {
79
+ tailf:info "Logging option" ;
80
+ type boolean ;
81
+ default false ;
71
82
}
72
83
}
73
84
}
You can’t perform that action at this time.
0 commit comments