diff options
| author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-16 11:34:08 -0700 |
|---|---|---|
| committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-16 11:34:08 -0700 |
| commit | 592bd0bb9b51e1bb9eed11d32c25bf099a418b57 (patch) | |
| tree | 6b6ef5ed7414320e339f350ae7d2b8959560c7fd | |
| parent | da0184e22350fc269395c4fdc04f7c05d21238f6 (diff) | |
| download | vyatta-cfg-system-592bd0bb9b51e1bb9eed11d32c25bf099a418b57.tar.gz vyatta-cfg-system-592bd0bb9b51e1bb9eed11d32c25bf099a418b57.zip | |
Configure IFB devices earlier in boot
Need ifb device to be created before other devices redirect
to it.
| -rw-r--r-- | templates/interfaces/input/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def index a71f8cbb..2695b8a6 100644 --- a/templates/interfaces/input/node.def +++ b/templates/interfaces/input/node.def @@ -1,5 +1,5 @@ tag: -priority: 390 +priority: 310 # before real devices that redirect type: txt help: Set input functional block (IFB) interface syntax:expression: pattern $VAR(@) "^ifb[0-9]+$" ; "name must be (ifb0-ifb999)" |
