diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-18 16:32:38 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-01-18 16:32:38 -0800 |
commit | 2e39e64f3806fc8abb44a39843e1a2df4aec6f15 (patch) | |
tree | 67b6156b68986171f8eb5d75e55e9234a74d74aa /templates/load-balancing/wan/rule | |
parent | ab67454a63206c7f21833d108b47e9fcdab64f45 (diff) | |
download | vyatta-wanloadbalance-2e39e64f3806fc8abb44a39843e1a2df4aec6f15.tar.gz vyatta-wanloadbalance-2e39e64f3806fc8abb44a39843e1a2df4aec6f15.zip |
initial checkin of skeletal cli commands for wan load-balancing, plus other packaging changes.
Diffstat (limited to 'templates/load-balancing/wan/rule')
11 files changed, 28 insertions, 0 deletions
diff --git a/templates/load-balancing/wan/rule/node.def b/templates/load-balancing/wan/rule/node.def new file mode 100644 index 0000000..f61b10c --- /dev/null +++ b/templates/load-balancing/wan/rule/node.def @@ -0,0 +1,3 @@ +tag: +type: txt +help: "Rule number" diff --git a/templates/load-balancing/wan/rule/node.tag/destination/address/node.def b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def new file mode 100644 index 0000000..d1f1e4e --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/destination/address/node.def @@ -0,0 +1,2 @@ +type: ipv4 +help: "IPv4 address"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/destination/network/node.def b/templates/load-balancing/wan/rule/node.tag/destination/network/node.def new file mode 100644 index 0000000..56643c8 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/destination/network/node.def @@ -0,0 +1,2 @@ +type: ipv4net +help: "IPv4 Network address"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/destination/port-name/node.def b/templates/load-balancing/wan/rule/node.tag/destination/port-name/node.def new file mode 100644 index 0000000..eb723b7 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/destination/port-name/node.def @@ -0,0 +1,3 @@ +tag: +type: txt +help: "Port name"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/destination/port-number/node.def b/templates/load-balancing/wan/rule/node.tag/destination/port-number/node.def new file mode 100644 index 0000000..330f130 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/destination/port-number/node.def @@ -0,0 +1,3 @@ +tag: +type: u32 +help: "Port number"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.def new file mode 100644 index 0000000..bdef076 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/interface/node.def @@ -0,0 +1,3 @@ +tag: +type: txt +help: "Interface name"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def new file mode 100644 index 0000000..59a9062 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def @@ -0,0 +1,2 @@ +type: u32 +help: "Load-balance weight"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/source/address/node.def b/templates/load-balancing/wan/rule/node.tag/source/address/node.def new file mode 100644 index 0000000..d1f1e4e --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/source/address/node.def @@ -0,0 +1,2 @@ +type: ipv4 +help: "IPv4 address"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/source/network/node.def b/templates/load-balancing/wan/rule/node.tag/source/network/node.def new file mode 100644 index 0000000..f92f4ff --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/source/network/node.def @@ -0,0 +1,2 @@ +type: ipv4net +help: "IPv4 network address"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/source/port-name/node.def b/templates/load-balancing/wan/rule/node.tag/source/port-name/node.def new file mode 100644 index 0000000..2b10887 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/source/port-name/node.def @@ -0,0 +1,3 @@ +tag: +type: txt +help: "port name"
\ No newline at end of file diff --git a/templates/load-balancing/wan/rule/node.tag/source/port-number/node.def b/templates/load-balancing/wan/rule/node.tag/source/port-number/node.def new file mode 100644 index 0000000..29bf9d0 --- /dev/null +++ b/templates/load-balancing/wan/rule/node.tag/source/port-number/node.def @@ -0,0 +1,3 @@ +tag: +type: u32 +help: "port number"
\ No newline at end of file |